Datasnap.DSConnectionMetaDataProvider.TDSConnectionMetaDataProvider.Notification

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSConnectionMetaDataProvider.pas
Datasnap.DSConnectionMetaDataProvider.hpp
Unit: Datasnap.DSConnectionMetaDataProvider
Parent: TDSConnectionMetaDataProvider

Delphi

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

C++

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


Description

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

Notification is called automatically when a TDSConnectionMetaDataProvider 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.