IBX.IBCustomDataSet.TFieldData

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TFieldData = packed record
    fdIsNull: Boolean;
    fdDataSize: integer;
    fdDataLength: integer;
    fdChangeStatus : TIBChangeState;
  end;

C++

struct DECLSPEC_DRECORD TFieldData
{
public:
    bool fdIsNull;
    int fdDataSize;
    int fdDataLength;
    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 !