RAD Studio VCL Reference
|
Informs the TDBLookupControl of changes in the Active property of its DataSource.
procedure ActiveChanged; override;
virtual __fastcall ActiveChanged();
Applications cannot call the ActiveChanged procedure directly. Changes in the Active property trigger this procedure. When the Active property becomes true, ActiveChanged causes the TDBLookupControl object to re-acquire its DataField property. This ensures that the lookup control is working with the correct field component.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|