TiPlotToolBar.CursorActive
TiPlotToolBar See Also
Specifies whether the Cursor tool is active in the Plot Component.
property CursorActive : Boolean[Read Only]
Description
Use CursorActive to read whether the Cursor tool is active in the Plot
Component.
Example
Delphi
Value := iComponent.ToolBar[0].CursorActive; //Reads the CursorActive property
C++ Builder
Value = iComponent->ToolBar[0]->CursorActive; //Reads the CursorActive property
Contents | Index | Previous | Next