[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Size of the parameter
Source position: db.pas line 1235
published property TParam.Size : Integer |
Size is the declared size of the parameter. In the current implementation, this parameter is ignored other than copying it from TField.DataSize in the TParam.AssignFieldValue method. The actual size can be retrieved through the TParam.Datasize property.
TParam.Datasize |
||
|
Size of the field's data |
|
|
Assign field value to the parameter. |