Copies the contents of another TABSAdvIndexDefs collection to the object where the method is executed.
procedure Assign(Source: TABSAdvIndexDefs);
Description
Use Assign to copy the contents of one TABSAdvIndexDefs instance to another. The Assign method deletes all items from the destination collection (the object where it is executed), then adds a copy of each item in the source collection's Items array.
Source is another object (typically another collection) that contains the items that replace this collection's items.
|
|