Afficher : Delphi C++
Préférences d'affichage

Bde.DBTables.TServerDesc

De XE2 API Documentation

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
struct
class
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 !

Versions précédentes
Traductions