REST.Backend.EMSProvider.TCustomEMSConnectionInfo.NotifyOnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NotifyOnChange: TNotifyList read FNotifyOnChange;

C++

__property TNotifyList* NotifyOnChange = {read=FNotifyOnChange};

Properties

Type Visibility Source Unit Parent
property protected
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo

Description

Notifies to TNotifyList any change in the EMS Connection info data.

NotifyOnChange notifies any change in the EMS Connection properties to the TNotifyList.

See Also