Maximum size of the string.
Source position: db.pas line 545
|  published property TStringField.Size : Integer | 
Size is made published by the TStringField class so it can be set in the IDE: it is the declared maximum size of the string (in characters) and is used to calculate the size of the dataset buffer.
| 
 | Logical size of the field. |