IBX.IBCustomDataSet.TFieldData

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TFieldData = record
    fdDataType: Short;
    fdDataScale: Short;
    fdNullable: Boolean;
    fdIsNull: Boolean;
    fdDataSize: integer;
    fdDataLength: integer;
    fdDataOfs: Integer;
    fdCharsetSize : Short;
    fdPersistedFloatField : Boolean;
    fdChangeStatus : TIBChangeState;
  end;

C++

struct DECLSPEC_DRECORD TFieldData
{
public:
    short fdDataType;
    short fdDataScale;
    bool fdNullable;
    bool fdIsNull;
    int fdDataSize;
    int fdDataLength;
    int fdDataOfs;
    short fdCharsetSize;
    bool fdPersistedFloatField;
    Ibx::Ibsql::TIBChangeState fdChangeStatus;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet IBX.IBCustomDataSet

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 !