Datasnap.DSClientMetadata.TDSCustomProxyGenerator.Notification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Notification(AComponent: TComponent; Operation: TOperation); override;

C++

virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSClientMetadata.pas
Datasnap.DSClientMetadata.hpp
Datasnap.DSClientMetadata TDSCustomProxyGenerator


Description

Responds to notifications indicating that components are being created or destroyed.

Notification is called automatically when a TDSCustomProxyGenerator component has just been added to the form or is about to be deleted.

AComponent is the component that was just added or that is about to be deleted. Operation indicates whether AComponent was added or is about to be deleted.