Data.DB.TDataSetField.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(Source: TPersistent); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB TDataSetField

Description

Copies the Value property from another field component or assigns another object to the dataset field component.

Use Assign to copy the Value property from one dataset field to another. The fields must have compatible data types.

See Also