TiPlotToolBar.SelectActive

TiPlotToolBar

Specifies whether the Select tool is active in the Plot Component.

property SelectActive : Boolean[Read Only]

Description

Use SelectActive to read whether the Select tool is active in the Plot Component.

Example

Delphi

Value := iComponent.ToolBar[0].SelectActive; //Reads the SelectActive property

C++ Builder

Value = iComponent->ToolBar[0]->SelectActive; //Reads the SelectActive property

Contents | Index | Previous | Next