Bde.DBTables.TServerDesc

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !