Use this function to return the maximum size of the field (the size specified in the DataLength property of the field). This function is usually used for finding the defined length of code and text fields.

Length := FieldRef.LENGTH

Parameters

FieldRef

Type: fieldref

Refers to the current field.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also