TiScope.DataBlockActive

TiScope

Indicates whether DataBlockBegin has been called since the last call to DataBlockEnd.

property DataBlockActive : Boolean

Description

Use DataBlockActive to get whether DataBlockBegin has been called since the last call to DataBlockEnd.

Example

Delphi

Value := iComponent.DataBlockActive;

C++ Builder

Value = iComponent->DataBlockActive;

Note: this property is Read-Only.

Contents | Index | Previous | Next