RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DB.TGetMode Enumeration
Pascal
TGetMode = (
  gmCurrent,
  gmNext,
  gmPrior
);
C++
enum TGetMode {
  gmCurrent,
  gmNext,
  gmPrior
};

DB

This is record DB.TGetMode.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!