FireDAC.DatS.TFDDatSRowExtraInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDDatSRowExtraInfo = packed record

C++

struct DECLSPEC_DRECORD TFDDatSRowExtraInfo
{
public:
    int FCheckColumn;
    Winapi::Windows::PByte FCheckValue;
    System::LongWord FCheckLen;
    Firedac::Stan::Error::EFDException* FRowException;
    System::LongWord FLockID;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS FireDAC.DatS

Description

Embarcadero Technologies does not currently have any additional information.