IBX.IBSubscription.TIBSubscriptionInfo.DmlActions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DmlActions : TIBDmlActions read FDmlActions write FDmlActions;

C++

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

Properties

Type Visibility Source Unit Parent
property published
IBX.IBSubscription.pas
IBX.IBSubscription.hpp
IBX.IBSubscription TIBSubscriptionInfo

Description

Set of deep introspection elements in which the subscription is interested.

The elements are INSERT, UPDATE and DELETE.

See also