REST.Backend.EMSProvider.TCustomEMSConnectionInfo.DoChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChanged; virtual;

C++

virtual void __fastcall DoChanged();

Properties

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

Description

Triggers the NotifyOnChange property when any of the EMS Connection properties change.

Note: Do not call DoChanged from your code.

See Also