TiPlotDataCursor.ChannelAllowAll
TiPlotDataCursor
Specifies whether the right-click, context-sensitive popup menu on the Data
Cursor shows the "<All>" option when specifying the channel associated with this
Data cursor..
property ChannelAllowAll : Boolean;
Description
Use ChannelAllowAll to specify whether the right-click, context-sensitive
popup menu on the Data Cursor shows the "<All>" option when specifying the channel
associated with this Data cursor.
Note: this does not affect your ability to set the ChannelName property to "<All>"
in the runtime property editor or through code.
Example
Delphi
iComponent.DataCursor[0].ChannelAllowAll := True;
C++ Builder
iComponent->DataCursor[0]->ChannelAllowAll = True;
Contents | Index | Previous | Next