RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBTables.TServerDesc Record
Pascal
TServerDesc = record
  ParamName: string[DBIMAXSPNAMELEN];
  BindType: TFieldType;
end;
C++
struct TServerDesc {
  string[DBIMAXSPNAMELEN] ParamName;
  TFieldType BindType;
};

DBTables

This is record DBTables.TServerDesc.

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