DefinedSize Property

Returns the defined size of a database field as a number of bytes. Read only.

object.DefinedSize as Integer

Use

For variable length fields, The ActualSize and DefinedSize properties are different. The DefinedSize property returns the maximum size of the field, but the ActualSize property returns the size of the data stored in the field for the current record.

See Also

ActualSize property | Properties

Applies To

Field object


© 2004-2021 looksoftware. All rights reserved.