RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFiler.LookupRoot Property

Specifies the root component for resolving names while loading and saving components.

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

The Filer sets LookupRoot when loading or saving components to resolve name references in nested frames. This allows the Writer to look up component names relative to a local root component, even when a frame is nested in another root component. 

 

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