[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_spinedit.pas line 92
type TfpgSpinEditFloat = class(TfpgAbstractSpinEdit) |
public |
constructor Create(); override; |
published |
property EditBackgroundColor: TfpgColor; [rw] |
property ButtonsBackgroundColor; |
property ButtonWidth; |
property NegativeColor: TfpgColor; [rw] |
property ArrowUpColor; |
property ArrowDownColor; |
property FontDesc: ; [rw] |
property MaxValue: extended; [rw] |
property MinValue: extended; [rw] |
property Increment: extended; [rw] |
property LargeIncrement: extended; [rw] |
property Value: extended; [rw] |
property Decimals: Integer; [rw] |
property FixedDecimals: Integer; [rw] |
property Hint; |
property TabOrder; |
property OnChange; |
property OnEnter; |
property OnExit; |
property OnKeyPress; |
property OnMouseEnter; |
property OnMouseExit; |
property OnPaint; |
property OnShowHint; |
end; |
| | ||
| | ||
| | ||
| | ||
|
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 |