ConvertBaseListToList function

  Classes Reference > Functional Reference >

ConvertBaseListToList function

Previous pageReturn to chapter overviewNext page

Unit

sgLists

Syntax

function ConvertBaseListToList(ASource: IsgArrayFPoint; const ADest: TList; const AType: TsgListType): Boolean;

Description

Call ConvertBaseListToList to convert an array of TF2DPoint or TFPoint type values to TList type value. Specify the output list as ADest parameter and type of items as AType parameter.

Note: ConvertBaseListToList function works only with one of the following values of AType parameter: ltFPoint, ltF2DPoint. For more information, refer to TsgListType.

Go to CAD VCL Enterprise