API:Datasnap.Provider.TPutFieldInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TPutFieldInfo = record
    FieldNo: Integer;
    Field: TField;
    DataSet: TDataSet;
    Size: Integer;
    IsDetail: Boolean;
    Opened: Boolean;
    PutProc: TPutFieldProc;
    LocalFieldIndex: Integer;
    FieldInfos: Pointer;
  end;

C++

struct DECLSPEC_DRECORD TPutFieldInfo
{
public:
    int FieldNo;
    Data::Db::TField* Field;
    Data::Db::TDataSet* DataSet;
    int Size;
    bool IsDetail;
    bool Opened;
    TPutFieldProc PutProc;
    int LocalFieldIndex;
    void *FieldInfos;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Datasnap.Provider.pas
Datasnap.Provider.hpp
Datasnap.Provider Datasnap.Provider

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!