RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataLink.Active Property

Specifies whether the dataset that TDataLink manages is active.

Pascal
property Active: Boolean;
C++
__property Boolean Active;

Read Active to determine whether the dataset for this TDataLink is Active. When Active is false, the dataset is closed, and the dataset cannot read data from or write data to the database. When Active is true, data can be read from and written to the dataset. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!