FireDAC.Stan.Option.TFDEventAlerterOptions.AutoRegister

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoRegister: Boolean read FAutoRegister write FAutoRegister default False;

C++

__property bool AutoRegister = {read=FAutoRegister, write=FAutoRegister, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDEventAlerterOptions

Description

Controls the events automatic registration with a DBMS.

Set the AutoRegister property to True to enable the automatic registration of the event alerter with a DBMS.

See Also