|
RAD Studio VCL Reference
|
Returns true, indicating that field components act as part of a larger composite.
function HasParent: Boolean; override;
virtual __fastcall Boolean HasParent();
The streaming system that loads and saves components calls HasParent to determine when a component acts as part of a composite. The component that represents the entire composite is returned by the GetParentComponent method. The parent component is responsible for directing the loading and saving of its subcomponents.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|