RAD Studio VCL Reference
|
Specifies the data-aware component that uses this TFieldDataLink object to manage its link to a TField object.
property Control: TComponent;
__property TComponent * Control;
This property should only be set by components that use TFieldDataLink to manage the link to a TField object. In their own constructors, these data-aware components can set the Control property of their TFieldDataLink member to self (Delphi) or this (C++), after calling the TFieldDataLink constructor.
The Control property can be read to access methods of the component when processing data events.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|