Table of Contents

TTMSFNCEditType Enumeration

Specifies the input validation mode for the edit control.

API unit family: TMSFNCEdit

Members

Name Description
etString Accepts any string input.
etNumeric Accepts unsigned integer input.
etSignedNumeric Accepts signed integer input.
etFloat Accepts unsigned floating-point input.
etSignedFloat Accepts signed floating-point input.
etUpperCase Converts typed text to uppercase.
etMixedCase Converts typed text to mixed case.
etLowerCase Converts typed text to lowercase.
etMoney Accepts money-style numeric input.
etHex Accepts hexadecimal input.
etAlphaNumeric Accepts only letters and numbers.
etValidChars Accepts only characters listed in ValidChars.