[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Concrete button class used in user interfaces
Source position: fpg_button.pas line 135
type TfpgButton = class(TfpgBaseButton) |
published |
property Align; |
property AllowAllUp; |
property AllowDown; |
property AllowMultiLineText; |
property BackgroundColor; |
property Default; |
property Down; |
property Embedded; |
property Enabled; |
property Flat; |
property FontDesc; |
property GroupIndex; |
property Height; |
property Hint; |
property ImageLayout; |
property ImageMargin; |
property ImageName; |
property ImageSpacing; |
property Left; |
property MaxHeight; |
property MaxWidth; |
property MinHeight; |
property MinWidth; |
property ModalResult; |
property ParentShowHint; |
property ShowHint; |
property ShowImage; |
property TabOrder; |
property Text; |
property TextColor; |
property Top; |
property Width; |
property OnClick; |
property OnDragEnter; |
property OnDragLeave; |
property OnDragDrop; |
property OnDragStartDetected; |
property OnMouseDown; |
property OnMouseExit; |
property OnMouseEnter; |
property OnMouseMove; |
property OnMouseUp; |
property OnShowHint; |
end; |
|
Concrete button class used in user interfaces |
|
| | ||
|
Base class the represents a push button control |
|
| | ||
TfpgWidget |
||
? | ||
TObject |
Concrete button class used in user interfaces. This class is a descendant of TfpgBaseButton and simply publishes various properties for runtime type information.
|
Base class the represents a push button control |