ActualSize Property

Indicates the actual size of a database field's value as a number of bytes. Read only.

object.ActualSize as Integer

Note

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

DefinedSize property

Applies To

Field Object


© 2004-2021 looksoftware. All rights reserved.