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

TGridItem

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

A data class used internally for TGridLayout

Declaration

Source position: layouts.inc line 156

type TGridItem = class(TLayoutItem)

public

  constructor Create(); override;

  

published

  property x: Integer; [rw]

  

  property y: Integer; [rw]

  

  property Width: Integer; [rw]

  

  property Height: Integer; [rw]

  

end;

Inheritance

TGridItem

  

A data class used internally for TGridLayout

|

TLayoutItem

  

A data class used internall for TBoxLayout

|

TCollectionItem

?

TObject

Description

A data class used internally for TGridLayout.