IBX.IBSubscription.TIBSubscriptions.Active

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Active : Boolean read FActive write SetActive;

C++

__property bool Active = {read=FActive, write=SetActive, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBSubscription.pas
IBX.IBSubscription.hpp
IBX.IBSubscription TIBSubscriptions

Description

Set Active to True to set the collection of Subscriptions Active, otherwise you set it Inactive.

Note: Committing or rolling back the Transaction associated with the component sets Active to False.

See also