Sets or returns a value that indicates the maximum size, in bytes, of a CdbField object.
Settings and Return Values
The setting or return value is a constant that indicates the maximum size of a Field object. The setting depends on the Type property setting of the Field object, as discussed under the core topic Remarks.
Syntax
VOIDSetSize(LONG l);
LONGGetSize(VOID);
Set Parameters
Type | Example | Description |
LONG | l | A Long that specifies the length of the field. |