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

TCustomBoxLayout

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

Declaration

Source position: layouts.inc line 118

type TCustomBoxLayout = class(TLayout)

protected

  procedure CalcSizes; override;

  

  procedure Resized; override;

  

  property HorzAlign: THorzAlign; [rw]

  

  property VertAlign: TVertAlign; [rw]

  

  property Orientation: TOrientation; [rw]

  

  property Spacing: Integer; [rw]

  

public

  constructor Create(); override;

  

  procedure InsertChild(); override;

  

  procedure RemoveChild(); override;

  

end;

Inheritance

TCustomBoxLayout

  

|

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