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

TdxFlowChartAdvancedShapeRepository.FindShapeByID(string) Method

Returns a shape by its identifier.

#Declaration

Delphi
function FindShapeByID(const AID: string): TdxFlowChartObjectAdvancedShape;

#Parameters

Name Type
AID string

#Returns

Type
TdxFlowChartObjectAdvancedShape

#Remarks

Call this function to obtain a shape whose ID is passed as AID parameter. The FindByID function returns nil if there is no shape with the specified identifier.

See Also