RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFiler.Root Property

Indicates which object is the root, or ultimate owner, of the objects read or written by the filer.

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

Do not call Root directly. It is used internally to find the root object when streaming owned components. Root represents the ultimate owner of all the components being streamed during the current streaming process. 

The ReadRootComponent and WriteRootComponent methods set Root before reading or writing their components and owned components. 

 

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