RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBTables.TTableType Enumeration
Pascal
TTableType = (
  ttDefault,
  ttParadox,
  ttDBase,
  ttFoxPro,
  ttASCII
);
C++
enum TTableType {
  ttDefault,
  ttParadox,
  ttDBase,
  ttFoxPro,
  ttASCII
};

This is record DBTables.TTableType.

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