Bde.DBTables.TServerDesc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TServerDesc = record
    ParamName: string[DBIMAXSPNAMELEN];
    BindType: TFieldType;
  end;

C++

struct DECLSPEC_DRECORD TServerDesc
{
public:
    System::SmallString<64> ParamName;
    Data::Db::TFieldType BindType;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables Bde.DBTables

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!