TcxPivotList.Assign(TList,TListAssignOp,TList) Method
In This Article
#Declaration
Delphi
procedure Assign(AListA: TList; AOperator: TListAssignOp = laCopy; AListB: TList = nil);
#Parameters
Name | Type |
---|---|
AList |
TList |
AOperator | TList |
AList |
TList |
See Also