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;
};

This is record DBTables.TServerDesc.

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