AlphaUpper property,
AlphaLower property,
Numeric property,
SpaceCharacters property,
SpecialCharacters property

Applies to

Description

Numeric is TRUE if the field definition’s format type specifies numeric characters, otherwise FALSE. This property is not useful for barcode fields.

AlphaLower is TRUE value if the field definition’s format type specifies lowercase letters, otherwise FALSE.

AlphaUpper is TRUE value if the field definition’s format type specifies uppercase letters, otherwise FALSE.

SpaceCharacters is TRUE value if the field definition’s format type specifies spaces, otherwise FALSE.

SpecialCharacters is TRUE value if the field definition’s format type specifies special characters such as "#", ">", etc. Otherwise FALSE.

Syntax

Object.AlphaUpper

Object.AlphaLower

Object.Numeric

Object.SpaceCharacters

Object.SpecialCharacters

Data type

Boolean

Remarks

These properties are "read only".

Classic methods

GetNumeric, GetAlphaUpper, GetAlphaLower, GetFormatType, GetControlFlag