Skip to main content

TdxFlowChartAdvancedShapeRepository.FindShapeByID(string) Method

Returns a shape by its identifier.

Declaration

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