| [Overview][Types][Classes][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_hint.pas line 34
| type TfpgHintWindow = class(TfpgBaseForm) | 
| public | 
| constructor Create(); override; | 
| destructor Destroy; override; | 
| property Text: TfpgString; [rw] | 
| property Shadow: Integer; [rw] | 
| property Border: Integer; [rw] | 
| property Margin: Integer; [rw] | 
| property ShadowColor: TfpgColor; [w] | 
| property Time: Integer; [rw] | 
| published | 
| property BackgroundColor: TfpgColor; | 
| property FontDesc: string; [rw] | 
| property OnClose: TFormCloseEvent; | 
| property OnCreate: TNotifyEvent; | 
| property OnDestroy: TNotifyEvent; | 
| property OnHide: TNotifyEvent; | 
| property OnPaint: TPaintEvent; | 
| property OnResize: TNotifyEvent; | 
| property OnShow: TNotifyEvent; | 
| end; | 
| | | ||
| 
 | TfpgBaseForm is the base class from which to derive a window such as a form or dialog | |
| | | ||
| 
 | 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 |