TEditButton Class
Represents type TEditButton
.
type TEditButton = class sealed(TCollectionItem) end;
The TEditButton type exposes the following members.
Name | Description | |
---|---|---|
![]() | Action | Represents property |
![]() | Caption | Represents property |
![]() | Enabled | Represents property |
![]() | Glyph | Represents property |
![]() | Hint | Represents property |
![]() | ImageIndex | Represents property |
![]() | Kind | Represents property |
![]() | LeftAlignment | Represents property |
![]() | TextAlignment | Represents property |
![]() | Visible | Represents property |
![]() | Width | Represents property |
Name | Description | |
---|---|---|
![]() | Assign(TPersistent) | Represents method |
![]() | AssignTo(TPersistent) | Represents method |
![]() | GetAction | Represents method |
![]() | GetCaption | Represents method |
![]() | GetEnabled | Represents method |
![]() | GetGlyph | Represents method |
![]() | GetHint | Represents method |
![]() | GetImageIndex | Represents method |
![]() | GetKind | Represents method |
![]() | GetLeftAlignment | Represents method |
![]() | GetTextAlignment | Represents method |
![]() | GetVisible | Represents method |
![]() | GetWidth | Represents method |
![]() | SetAction(TAction) | Represents method |
![]() | SetCaption(String) | Represents method |
![]() | SetEnabled(Boolean) | Represents method |
![]() | SetHint(String) | Represents method |
![]() | SetImageIndex(Integer) | Represents method |
![]() | SetKind(TEditButtonKind) | Represents method |
![]() | SetLeftAlignment(Boolean) | Represents method |
![]() | SetTextAlignment(TAlignment) | Represents method |
![]() | SetVisible(Boolean) | Represents method |
![]() | SetWidth(Integer) | Represents method |