| [Overview][Types][Classes][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_popupcalendar.pas line 101
| type TfpgPopupCalendar = class(TfpgPopupWindow) | 
| public | 
| constructor Create(); | 
| destructor Destroy; override; | 
| procedure AfterCreate; | 
| property CloseOnSelect: Boolean; [rw] | 
| property SingleClickSelect: Boolean; [rw] | 
| property Day: Word; [rw] | 
| property Month: Word; [rw] | 
| property Year: Word; [rw] | 
| property OnValueSet: TfpgOnDateSetEvent; [rw] | 
| published | 
| property DateValue: TDateTime; [rw] | 
| property MinDate: TDateTime; [rw] | 
| property MaxDate: TDateTime; [rw] | 
| property WeekStartDay: Integer; [rw] | 
| property WeeklyHoliday: Integer; [rw] | 
| property HolidayColor: TfpgColor; [rw] | 
| property SelectedColor: TfpgColor; [rw] | 
| 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 |