PHYSICALLENGTH

EXPORT INTEGER PHYSICALLENGTH(type alias) := expression;

typeThe value type of the input parameter to the function.
aliasThe name of the input to use in the expression.
expressionThe operation to perform on the input.

PHYSICALLENGTH defines the callback function to determine the storage requirements of the logical format in the specified physical format. This function defines how many bytes the data occupies on disk.