Returns the defined size of a database field as a number of bytes. Read only.
object.DefinedSize as Integer
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.
ActualSize property | Properties
© 2004-2021 looksoftware. All rights reserved.