TsgBaseList.AppendDynArray
Appends a dynamic array to the list.
Syntax
procedure AppendDynArray(Arr: TsgBaseList); overload;
procedure AppendDynArray(Arr: TsgBaseList; Index, ACount: Integer); overload;
Description
Call AppendDynArray to append a dynamic array to the list.
Go to CAD VCL Enterprise