[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_label.pas line 69
type TfpgLabel = class(TfpgCustomLabel) |
published |
property AcceptDrops: Boolean; |
property Alignment: TAlignment; |
property AutoSize: Boolean; |
property BackgroundColor: TfpgColor; |
property Enabled: Boolean; |
property FontDesc: string; |
property Hint: TfpgString; |
property LineSpace: Integer; |
property Parent: TfpgWidget; |
property ParentShowHint: Boolean; |
property ShowHint: Boolean; |
property Text: TfpgString; |
property WrapText: Boolean; |
property OnClick: TNotifyEvent; |
property OnDragEnter: TfpgDragEnterEvent; |
property OnDragLeave: TNotifyEvent; |
property OnDragDrop: TfpgDragDropEvent; |
property OnDragStartDetected: TNotifyEvent; |
property OnDoubleClick: TMouseButtonEvent; |
property OnMouseDown: TMouseButtonEvent; |
property OnMouseEnter: TNotifyEvent; |
property OnMouseExit: 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 |