API:FireDAC.DatS.TFDDatSNotifyParam

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDDatSNotifyParam = record

C++

struct DECLSPEC_DRECORD TFDDatSNotifyParam
{
public:
    TFDDatSNotificationKind FKind;
    TFDDatSNotificationReason FReason;
    System::NativeInt FParam1;
    System::NativeInt FParam2;
};

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.