RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TReader.Parent Property

Stores the component that is assigned as the Parent property of controls read from the reader's stream.

Pascal
property Parent: TComponent;
C++
__property TComponent * Parent;

Parent is used internally by the component streaming system. The value of the Parent property is determined by the order that components are read from the stream. The Parent relationship determines the visual containment of components. 

 

GetChildren 

GetChildren 

GetChildren 

Owner 

Parent

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!