Indicates the actual size of a database field's value as a number of bytes. Read only.
object.ActualSize 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.
© 2004-2021 looksoftware. All rights reserved.