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

TCustomGridLayout

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

Declaration

Source position: layouts.inc line 171

type TCustomGridLayout = class(TLayout)

protected

  procedure InitSizeInfos();

  

  procedure CalcSizes; override;

  

  procedure Resized; override;

  

  property GridPositions: TCollection; [rw]

  

  property ColCount: Integer; [rw]

  

  property RowCount: Integer; [rw]

  

  property ColSpacing: Integer; [rw]

  

  property RowSpacing: Integer; [rw]

  

public

  constructor Create(); override;

  

  procedure AddWidget();

  

  procedure MoveWidget();

  

end;

Inheritance

TCustomGridLayout

  

|

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