Data.DB.TParams.AssignValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignValues(Value: TParams);

C++

void __fastcall AssignValues(TParams* Value);

Properties

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

Description

Assigns new values to the parameters of the Items property.

Use AssignValues to update the values of the field parameters in the Items list to match the values of the corresponding field parameters in another TParams object. For each entry in Items, the AssignValues method attempts to find a parameter with the same Name property in Value. If successful, the parameter information (type and current data) from the Value parameter is assigned to the Items entry. Entries in Items for which no match is found are left unchanged.

See Also

Code Examples