[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_checkbox.pas line 71
type TfpgCheckBox = class(TfpgBaseCheckBox) |
published |
property BackgroundColor: TfpgColor; |
property BoxLayout: TBoxLayout; |
property Checked: Boolean; |
property Enabled: Boolean; |
property FontDesc: string; |
property Hint: TfpgString; |
property ParentShowHint: Boolean; |
property ReadOnly: Boolean; |
property ShowHint: Boolean; |
property TabOrder: Integer; |
property Text: string; |
property OnChange: TNotifyEvent; |
property OnEnter: TNotifyEvent; |
property OnExit: TNotifyEvent; |
property OnMouseDown: TMouseButtonEvent; |
property OnMouseExit: TNotifyEvent; |
property OnMouseEnter: TNotifyEvent; |
property OnMouseMove: TMouseMoveEvent; |
property OnMouseUp: TMouseButtonEvent; |
property OnShowHint: THintEvent; |
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 |