RAD Studio VCL Reference
|
Adjusts the properties of TDSTableProducer when its helper objects are destroyed.
procedure Notification(AComponent: TComponent; Operation: TOperation); override;
virtual __fastcall Notification(TComponent * AComponent, TOperation Operation);
Notification overrides the inherited method to respond to messages that the DataSource or one of its field objects is about to be destroyed. Notification sets the DataSource property to nil (Delphi) or NULL (C++), or unbinds the column that references the field component.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|