IBX.IBSubscription.TIBSubscriptionInfo.DmlActions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DmlActions : TIBDmlActions read FDmlActions write FDmlActions;

C++

__property TIBDmlActions DmlActions = {read=FDmlActions, write=FDmlActions, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
IBX.IBSubscription.pas
IBX.IBSubscription.hpp
IBX.IBSubscription TIBSubscriptionInfo


Beschreibung

Menge der tiefgreifenden Reflexionselemente, an der das Abonnement interessiert ist.

Die Elemente sind INSERT, UPDATE und DELETE.

Siehe auch