System.Classes.TReader.Parent
Delphi
property Parent: TComponent read FParent write FParent;
C++
__property TComponent* Parent = {read=FParent, write=FParent};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Classes.pas System.Classes.hpp |
System.Classes | TReader |
Description
Stores the component that is assigned as the Parent property of controls read from the reader's stream.
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.