Assign parameter value to field.
Source position: db.pas line 1453
public procedure TParam.AssignToField( |
Field: TField |
); |
Field |
|
Field instance to assign value to. |
AssignToField copies the parameter value to the field instance. If Field is Nil, nothing happens.
An EDatabaseError exception is raised if the field has an unsupported field type (for types ftCursor, ftArray, ftDataset,ftReference).
|
Assign one parameter instance to another. |
|
|
Copy value from field instance. |
|
|
Copy field type and value. |