TcxSchedulerEventLabels.Add(TColor,string) Method
In This Article
Adds a new instance of a color label to the TcxSchedulerEventLabels collection.
#Declaration
Delphi
function Add(AColor: TColor; const ACaption: string): TcxSchedulerEventLabel;
#Parameters
Name | Type |
---|---|
AColor | TColor |
ACaption | string |
#Returns
Type |
---|
Tcx |
#Remarks
The Add method returns the new TcxSchedulerEventLabel instance.
AColor specifies a color for the user event‘s color label
ACaption specifies a name for the associated user event‘s color
See Also