RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBCustomDataSet.TLiveModes Type

TLiveModes and TLiveModes indicate what operations an application can perform on an IBX dataset.

Pascal
TLiveModes = set of TLiveMode;
C++
TLiveMode TLiveModes;

TLiveModes is a set of TLiveMode values. The following table lists the possible values:

Value 
Meaning 
lmInsert  
The application can insert records.  
lmModify  
The application can modify existing records.  
lmDelete  
The application can delete records.  
lmRefresh  
The application can refresh the records in the dataset.  

 

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