SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemAdvFieldDefs.Assign
TSQLMemAdvFieldDefs
Top 

Copies the contents of another collection to the object where the method is executed.

procedure Assign(Source: TSQLMemAdvFieldDefs); override;

Description
Use Assign to copy the contents of one TSQLMemAdvFieldDefs 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 Items array.


© AidAim Software SQLMemTable: