TdxGanttControlCalendars.GetCalendarByUID(Integer) Method
In This Article
Returns a calendar with the specified unique identifier.
#Declaration
Delphi
function GetCalendarByUID(const AUID: Integer): TdxGanttControlCalendar;
#Parameters
Name | Type |
---|---|
AUID | Integer |
#Returns
Type |
---|
Tdx |
#Remarks
This function returns a calendar whose identifier in the collection is passed as the AUID parameter; otherwise – nil.
See Also