RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTable.LiveMode Property

Indicates what types of edits, if any, can be made to the data in the dataset.

Pascal
property LiveMode: TLiveModes;
C++
__property TLiveModes LiveMode;

Read LiveMode to determine what types of edits should be allowed. LiveMode is set automatically to restrict the capabilities of the dataset to reflect the user's rights.

Note: For read-only datasets, such as TIBQuery, LiveMode is always an empty set.
 

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