TsgBaseList.SwapItems
Swap two items in the list.
Syntax
procedure SwapItems(Index1, Index2: Integer; const ASwapItemsBuf: Pointer = nil);
Description
Call SwapItems to swap two items in the list. Specify the indexes of items as Index1, Index2 parameters.
Go to CAD VCL Enterprise