Returns the current entity being edited by the form designer.
function GetRoot: TComponent;
GetRoot is the read implementation of the Root property. It returns the object on which the form designer is working.
Root component is equal to Target property.
TzCustomFormDesigner Methods