API:FireDAC.Phys.IBBase.TFDIBColInfoRec

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TFDIBColInfoRec = record
    FVar: TIBVariable;
    FName: String;
    FOriginTabName,
    FOriginColName: String;
    FPos: Integer;
    FLen,
    FPrec,
    FScale: SmallInt;
    FSrcSQLDataType,
    FSrcSQLSubType: SmallInt;
    FSrcDataType,
    FDestDataType: TFDDataType;
    FSrcTypeName: String;
    FAttrs: TFDDataAttributes;
    FFDLen: LongWord;
    FInPK: Boolean;
    FItemInfos: array of TFDIBColInfoRec;
  end;

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase FireDAC.Phys.IBBase

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.