←Select platform

TextFieldType Enumeration

Summary
Values that represent the type of text being used in the Text Field.

Syntax
C#
C++/CLI
Java
Python
[SerializableAttribute()] 
public enum TextFieldType 
public final class TextFieldType 
    extends java.lang.Enum<TextFieldType> 
[SerializableAttribute()] 
public enum class TextFieldType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class TextFieldType(Enum): 
   Character = 0 
   Numerical = 1 
   Data = 2 
Members
ValueMemberDescription
0CharacterCharacter field. The field contains alphanumeric characters (both uppercase and lowercase), the Arabic numerals 0 &ndash; 9, punctuation marks, and symbols.
1NumericalNumeric field. The field consists entirely of Arabic numerals.
2DataData field. The field is a named zone (field) on a form which can contain capital letters, digits, and separators.
Remarks

The TextFieldType enumeration is used by the Type Property function.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.