TdxDockingManager.ParentForm Property
Returns the form where the docking manager resides.
Declaration
property ParentForm: TCustomForm read;
Property Value
Type |
---|
TCustomForm |
Remarks
The docking controller uses this property to find a docking manager that provides settings for controls residing on a particular form. You may need to use this property to identify docking managers when traversing through the DockManagers collection.
See Also