FireDAC.DatS.TFDDatSNotificationKind

From RAD Studio API Documentation
Jump to: navigation, search

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 };

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS FireDAC.DatS

Description

Embarcadero Technologies does not currently have any additional information.