Web.DBWeb.TDSTableProducer.Notification

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDSTableProducer

Description

Ajuste les propriétés de TDSTableProducer quand ses objets assistants sont détruits.

Notification surcharge la méthode héritée pour répondre aux messages informant que DataSource ou l'un des objets champ vont être détruits. Notification affecte la valeur nil (Delphi) ou NULL (C++) à la propriété DataSource et annule la liaison de la colonne référençant le composant champ.

Voir aussi