TdxFlowChartAdvancedShapeRepository.FindShapeByID(string) Method
In This Article
Returns a shape by its identifier.
#Declaration
Delphi
function FindShapeByID(const AID: string): TdxFlowChartObjectAdvancedShape;
#Parameters
Name | Type |
---|---|
AID | string |
#Returns
Type |
---|
Tdx |
#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