TurboDB VCL Component Library

TTdbFieldDef.Assign

TTdbFieldDef

Previous  Top  Next

Copies the contents of another field definition.

Delphi syntax:

procedure Assign(Source: TPersistent); override;

C++ syntax:

virtual void __fastcall Assign(Classes::TPersistent* Source);

Description

Use Assign to assign the values of another TTdbFieldDef object or a TFieldDef object to the TTdbFieldDef object executing the method.