[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_trackbar.pas line 99
type TfpgTrackBar = class(TfpgBaseTrackBar) |
public |
constructor Create(); override; |
destructor Destroy; override; |
published |
property BackgroundColor: TfpgColor; |
property Enabled: Boolean; |
property Hint: TfpgString; |
property Max: Integer; |
property Min: Integer; |
property Orientation: TOrientation; |
property ParentShowHint: Boolean; |
property Position: Integer; |
property ScrollStep: Integer; [rw] |
property ShowHint: Boolean; |
property ShowPosition: Boolean; [rw] |
property SliderLength: Integer; [rw] |
property TabOrder: Integer; |
property OnChange: TTrackBarChange; |
property OnEnter: TNotifyEvent; |
property OnExit: TNotifyEvent; |
property OnKeyPress: TKeyPressEvent; |
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 |