RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.GetRoot Method

Returns the current entity being edited by the form designer.

Pascal
function GetRoot: TComponent;
C++
__fastcall TComponent * GetRoot();

GetRoot is the read implementation of the Root property. It returns the object on which the form designer is working. 

 

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