cxShowHolidaysEditor(TcxSchedulerHolidays,TcxLookAndFeel,TControl) Method
In This Article
Invokes the Holidays editor dialog for the specified TcxSchedulerHolidays component.
#Declaration
Delphi
function cxShowHolidaysEditor(var AHolidays: TcxSchedulerHolidays; ALookAndFeel: TcxLookAndFeel; AControl: TControl = nil): Boolean;
#Parameters
Name | Type |
---|---|
AHolidays | Tcx |
ALook |
Tcx |
AControl | TControl |
#Returns
Type |
---|
Boolean |
#Remarks
The Holidays editor allows an end-user to create holidays and locations associated with them.
{Image}
Use the AHolidays parameter to associate the Holidays editor dialog with a TcxSchedulerHolidays component. The ALookAndFeel parameter specifies the look and feel settings of the displayed dialog.
The cxShowHolidaysEditor function returns True if an end-user saves changes made in the dialog; otherwise – False.
See Also