Data.DB.TDataSetField.Assign

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSetField

Delphi

procedure Assign(Source: TPersistent); override;

C++

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

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