TLayoutImageItem Class
Represents type TLayoutImageItem
.
System.UI.Layout.TCustomLayoutItem
System.UI.Layout.TCustomLayoutLabeledItem
System.UI.Layout.TLayoutImageItem
type TLayoutImageItem = class(TCustomLayoutLabeledItem) end;
The TLayoutImageItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | AlignHorz | Represents property |
![]() | AlignVert | Represents property |
![]() | Caption | Represents property |
![]() | Enabled | Represents property |
![]() | Height | Represents property |
![]() | Image | Represents property |
![]() | Offsets | Represents property |
![]() | Padding | Represents property |
![]() | Parent | Represents property |
![]() | Style | Represents property |
![]() | Visible | Represents property |
![]() | Width | Represents property |
Name | Description | |
---|---|---|
![]() | BeginUpdate | Represents method |
![]() | EndUpdate | Represents method |
![]() | GetAlignHorz | Represents method |
![]() | GetAlignVert | Represents method |
![]() | GetCaption | Represents method |
![]() | GetEnabled | Represents method |
![]() | GetHeight | Represents method |
![]() | GetImage | Represents method |
![]() | GetOffsets | Represents method |
![]() | GetPadding | Represents method |
![]() | GetParent | Represents method |
![]() | GetStyle | Represents method |
![]() | GetVisible | Represents method |
![]() | GetWidth | Represents method |
![]() | MakeVisible | Represents method |
![]() | SetAlignHorz(TLayoutAlignHorz) | Represents method |
![]() | SetAlignVert(TLayoutAlignVert) | Represents method |
![]() | SetEnabled(Boolean) | Represents method |
![]() | SetHeight(Integer) | Represents method |
![]() | SetParent(TLayoutGroup) | Represents method |
![]() | SetVisible(Boolean) | Represents method |
![]() | SetWidth(Integer) | Represents method |