[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Assign one parameter instance to another
Source position: db.pas line 1195
public procedure TParam.Assign( |
Source: TPersistent |
); override; |
Source |
|
Source object to copy value from |
Assign copies the Name, ParamType, Bound, Value, SizePrecision and NumericScale properties from ASource if it is of type TParam. If Source is of type TField, then it is passed to TParam.AssignField. If Source is of type TStrings, then it is assigned to TParams.AsMemo.
If Source is not of type TParam, TField or TStrings, an exception will be raised.
|
Provide access to the contents of a single field in a record |
|
|
Name of the parameter |
|
|
Is the parameter value bound (set to fixed value) |
|
|
Numeric scale |
|
|
Type of parameter |
|
|
Value as a variant |
|
|
Size of the parameter |
|
|
Copy value from field instance |
|
|
Get/Set parameter value as a memo (string) value |