Size: Integer;
The Size property returns the size of the cursor field.
The property returns the following values:
The property returns string size in symbols if it is possible or in bytes for string data types.
The property returns the common number of decimal places for numeric data types with fixed point.
The property returns the common number of decimal places for numeric data types with floating point.
The property returns 0 for the Blob fields.
The property use is given in the example for the IDalCursorField.Precision property.
See also: