API:Data.DB.TReferenceField.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 TReferenceField

Description

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

Data.DB.TReferenceField.Assign inherits from Data.DB.TDataSetField.Assign. All content below this line refers to Data.DB.TDataSetField.Assign.

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