Property VLQueuedSwitch.TVLQueuedSwitch.ActiveChannelIndex

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TVLQueuedSwitch

Contents

Syntax

Delphi:

property ActiveChannelIndex : Integer read GetActiveChannelIndex write SetActiveChannelIndex;

C++ Builder:

__property int ActiveChannelIndex = { read=GetActiveChannelIndex, write=SetActiveChannelIndex };

Summary

The active channel index.

Description

Use this property to set or get the active channel index. The active channel index specifies the index of the channel that will send the data to the output.


Delphi example:

var AValue : Integer;

AValue := VLQueuedSwitch1.ActiveChannelIndex;

C++ Builder example:

int AValue = VLQueuedSwitch1->ActiveChannelIndex;

Visual C++(MFC) example:

int AValue = VLQueuedSwitch1.ActiveChannelIndex;

Visual C++/CLI example:

int value = queuedSwitch1->ActiveChannelIndex;

C# example:

int value = queuedSwitch1.ActiveChannelIndex;

VB example:

Dim AValue As Integer = QueuedSwitch1.ActiveChannelIndex;

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox