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


TSQLMemAdvFieldDef.Assign
TSQLMemAdvFieldDef
Top 

Copies the properties of one field definition to another.

procedure Assign(Source: TSQLMemAdvFieldDef); override;

Description
Call Assign to copy a field definition. Assign checks whether the Source parameter specifies another field definition, and if so, copies the values of the Name, DataType, Size, Precision, and other properties. Note that the value of FieldNo is not changed.

If the source is not a field definition, Assign calls the inherited method, which assigns properties from any object that specifies how to copy to a field definition in its AssignTo method.


© AidAim Software SQLMemTable: In-memory Sql Database Delph