Assign field value to the parameter.
Source position: db.pas line 1454
| public procedure TParam.AssignFieldValue( | 
| Field: TField; | 
| const AValue: Variant | 
| ); | 
| Field | 
 | Field to copy parameter type from. | 
| AValue | 
 | Value to assign to parameter. | 
AssignFieldValue copies only the field type from Field and the value from the AValue parameter. It sets the TParam.Bound bound parameter to True. This method is called from TParam.AssignField.
| 
 | Provide access to the contents of a single field in a record. | |
| 
 | Copy value from field instance. | |
| 
 | Is the parameter value bound (set to fixed value). |