TiScopeToolBar.CursorActive

TiScopeToolBar

Specifies whether the Cursor tool is active in the Scope Component.

property CursorActive : Boolean[Read Only]

Description

Use CursorActive to read whether the Cursor tool is active in the Scope Component.

Example

Delphi

Value := iComponent.ToolBar.CursorActive; //Reads the CursorActive property

C++ Builder

Value = iComponent->ToolBar->CursorActive; //Reads the CursorActive property

Contents | Index | Previous | Next