API:FireDAC.Phys.IBBase.TFDIBColInfoRec

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TFDIBColInfoRec = record

C++

struct DECLSPEC_DRECORD TFDIBColInfoRec
{
private:
    typedef System::DynamicArray<TFDIBColInfoRec> _TFDIBColInfoRec__1;
public:
    Firedac::Phys::Ibwrapper::TIBVariable* FVar;
    System::UnicodeString FName;
    System::UnicodeString FOriginTabName;
    System::UnicodeString FOriginColName;
    int FPos;
    short FLen;
    short FPrec;
    short FScale;
    short FSrcSQLDataType;
    short FSrcSQLSubType;
    Firedac::Stan::Intf::TFDDataType FSrcDataType;
    Firedac::Stan::Intf::TFDDataType FDestDataType;
    System::UnicodeString FSrcTypeName;
    Firedac::Stan::Intf::TFDDataAttributes FAttrs;
    unsigned FFDLen;
    bool FInPK;
    _TFDIBColInfoRec__1 FItemInfos;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase FireDAC.Phys.IBBase

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 !