Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlResources.GetItemByName(string) Method

Returns a resource with the specified name.

#Declaration

Delphi
function GetItemByName(const AName: string): TdxGanttControlResource;

#Parameters

Name Type
AName string

#Returns

Type
TdxGanttControlResource

#Remarks

Call this function to obtain a resource whose name is passed as the AName parameter. To access in a resource by its position in the collection, use the Items property.

See Also