cxShowHolidaysEditor(TcxSchedulerHolidays,TcxLookAndFeel,TControl) Method
Invokes the Holidays editor dialog for the specified TcxSchedulerHolidays component.
Declaration
function cxShowHolidaysEditor(var AHolidays: TcxSchedulerHolidays; ALookAndFeel: TcxLookAndFeel; AControl: TControl = nil): Boolean;
Parameters
Name | Type |
---|---|
AHolidays | TcxSchedulerHolidays |
ALookAndFeel | TcxLookAndFeel |
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