Icon AssignValues Method

procedure AssignValues(Value: TDBISAMParams)

procedure AssignValues(Value: TParams)

Usage

Call the AssignValues method to assign the values from parameters in another TDBISAMParams or TParams object. The TDBISAMParams object is assignment-compatible with the TParams object. For each parameter, 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 parameter. Parameters for which no match is found are left unchanged.
Image