[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_popupcalendar.pas line 191
type TfpgCalendarCombo = class(TfpgBaseStaticCombo) |
public |
constructor Create(); override; |
published |
property BackgroundColor: TfpgColor; |
property CloseOnSelect: Boolean; [rw] |
property DateFormat: string; [rw] |
property DateValue: TDateTime; [rw] |
property Enabled: Boolean; |
property FontDesc: string; |
property Hint: TfpgString; |
property HolidayColor: TfpgColor; [rw] |
property MaxDate: TDateTime; [rw] |
property MinDate: TDateTime; [rw] |
property ParentShowHint: Boolean; |
property ReadOnly: Boolean; |
property SelectedColor: TfpgColor; [rw] |
property SingleClickSelect: Boolean; [rw] |
property ShowHint: Boolean; |
property WeeklyHoliday: Integer; [rw] |
property WeekStartDay: Integer; [rw] |
property TabOrder: Integer; |
property OnChange: TNotifyEvent; |
property OnCloseUp: TNotifyEvent; |
property OnDropDown: TNotifyEvent; |
property OnEnter: TNotifyEvent; |
property OnExit: TNotifyEvent; |
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 |