RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBCustomDataSet.TLiveMode Enumeration
Pascal
TLiveMode = (
  lmInsert,
  lmModify,
  lmDelete,
  lmRefresh
);
C++
enum TLiveMode {
  lmInsert,
  lmModify,
  lmDelete,
  lmRefresh
};

This is record IBCustomDataSet.TLiveMode.

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