RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBBatchMove.TBatchMode Enumeration
Pascal
TBatchMode = (
  batAppend,
  batUpdate,
  batAppendUpdate,
  batDelete,
  batCopy
);
C++
enum TBatchMode {
  batAppend,
  batUpdate,
  batAppendUpdate,
  batDelete,
  batCopy
};

This is record IBBatchMove.TBatchMode.

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