FireDAC.DatS.TFDDatSNotificationKind

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
FireDAC.DatS.pas
FireDAC.DatS.hpp
Unit: FireDAC.DatS
Parent: FireDAC.DatS

Delphi

TFDDatSNotificationKind = (
snObjectInserting, snObjectInserted, snObjectRemoving, snObjectRemoved,
snColumnDefChanged, snObjectNameChanged, snMechanismStateChanged,
snViewUpdated, snRowStateChanged, snRowErrorStateChanged);

C++

enum DECLSPEC_DENUM TFDDatSNotificationKind : unsigned int { snObjectInserting, snObjectInserted, snObjectRemoving, snObjectRemoved, snColumnDefChanged, snObjectNameChanged, snMechanismStateChanged, snViewUpdated, snRowStateChanged, snRowErrorStateChanged };

Description

Embarcadero Technologies does not currently have any additional information.