FireDAC.Stan.Option.TFDEventAlerterOptions.Kind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Kind: String read FKind write FKind;

C++

__property System::UnicodeString Kind = {read=FKind, write=FKind};

Properties

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

Description

Specifies the event alerter kind.

Use the Kind property to specify the event alerter implementation kind. 

The property value is a FireDAC driver-dependent value. A driver can implement several event alerters. There are different types of event alerters. To use the driver default event alerter, set Kind to an empty string.

See Also