DefinedSize Property

       

Returns the size of the DEField object value, as defined by the structure of the database. This property is read-only.

Note   This property is different from the ADO ActualSize property, which returns the actual size of a given field within a given row.

Syntax

object.DefinedSize [=value]

The DefinedSize property syntax has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
value A Long value that specifies the defined size of the DEField object.

Remarks

This property corresponds to the ADO Field DefinedSize property.