[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_spinedit.pas line 167
type TfpgSpinEdit = class(TfpgAbstractSpinEdit) |
public |
constructor Create(); override; |
published |
property EditBackgroundColor: TfpgColor; [rw] |
property ButtonsBackgroundColor: TfpgColor; |
property ButtonWidth: Integer; |
property NegativeColor: TfpgColor; [rw] |
property ArrowUpColor: TfpgColor; |
property ArrowDownColor: TfpgColor; |
property FontDesc: string; [rw] |
property MaxValue: Integer; [rw] |
property MinValue: Integer; [rw] |
property Increment: Integer; [rw] |
property LargeIncrement: Integer; [rw] |
property Value: Integer; [rw] |
property Hint: TfpgString; |
property TabOrder: Integer; |
property OnChange: TNotifyEvent; |
property OnEnter: TNotifyEvent; |
property OnExit: TNotifyEvent; |
property OnKeyPress: TKeyPressEvent; |
property OnMouseEnter: TNotifyEvent; |
property OnMouseExit: TNotifyEvent; |
property OnPaint: TPaintEvent; |
property OnShowHint: THintEvent; |
end; |
| | ||
| | ||
|
Draws a panel with various borders |
|
| | ||
|
Base class for a Panel, Bevel etc |
|
| | ||
|
This forms the basis of any visual widget in fpGUI |
|
| | ||
|
Encapsulates a top level or child window |
|
| | ||
|
Maps to a backend specific base class |
|
| | ||
|
Implements XLib specific windowing functionality |
|
| | ||
|
Abstract class use for representing a Window or Widget |
|
| | ||
|
A descendant of the FPC TComponent class |
|
| | ||
TComponent |
||
? | ||
TObject |