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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!