[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TDockingLayout

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: layouts.inc line 102

type TDockingLayout = class(TLayout)

protected

  procedure CalcSizes; override;

  

public

  constructor Create(); override;

  

  procedure AddWidget();

  

published

  property Enabled;

  

end;

Inheritance

TDockingLayout

  

|

TLayout

  

The fpGUI layout system provides a simple and powerful way of specifying the layout of child widgets

|

TContainerWidget

  

TContainerWidget is an abstract class that defines the interface for containing other widgets

|

TWidget

  

The TWidget class is the base class of all user interface objects.

|

TComponent

?

TObject