TiPlotChannelCustom.Tag
TiPlotChannelCustom
Use to get or set the channel tag property.
property Tag : Variant;
Description
Use Tag to get or set the tag property of the channel object. This property
is useful for storing arbitrary data within a channel object for use in your
program.
Example
Delphi
iComponent.Channel[0].Tag := 'Any Variant Data';
C++ Builder
iComponent->Channel[0]->Tag = "Any Variant Data";
Contents | Index | Previous | Next