RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBCommon.TFieldInfo Record
Pascal
TFieldInfo = record
  DatabaseName: Widestring;
  TableName: Widestring;
  OriginalFieldName: Widestring;
end;
C++
struct TFieldInfo {
  BSTR DatabaseName;
  BSTR TableName;
  BSTR OriginalFieldName;
};

This is record DBCommon.TFieldInfo.

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