This is an 'Activity Object', it cannot be declared under Sub Process_Globals.
Events:
EnterPressed Filter(NewText As String, Position As Int, Replace As Boolean) As String FocusChanged(HasFocus As Boolean) TextChanged(Old As String, New As String)
A floating hint is a hint that moves above the EditText when the user starts typing.
ForceDoneButtonAsBoolean [write only]
By default the OS sets the virtual keyboard action key to display Done or Next according to the specific layout. You can force it to display Done by setting this value to True.
FormatAsString
Gets or sets the input mask. Mask characters: # = Digit L = Letter A = Alphanumeric H = Hexadecimal ? = Any character Examples: - Date & time = "##/##/#### ##:##" - Phone number = "(###) ###-####" - IP address = "###.###.###.###" - MAC address = "HH:HH:HH:HH:HH:HH" - Parental lock password = "AAAA"
GravityAsInt
HeightAsInt
HintAsString
Gets or sets the text that will appear when the EditText is empty.
HintColorAsInt
Gets or sets the hint text color.
Initialize (arg1AsString)
INPUT_TYPE_DECIMAL_NUMBERSAsInt
INPUT_TYPE_NONEAsInt
INPUT_TYPE_NUMBERSAsInt
INPUT_TYPE_NUMBERS_WITH_SIGNAsInt
INPUT_TYPE_PHONEAsInt
INPUT_TYPE_TEXTAsInt
INPUT_TYPE_TEXT_WITH_CAPSAsInt
InputTypeAsInt
Gets or sets the input type flag. This flag is used to determine the settings of the virtual keyboard. The value is one of the INPUT_TYPE constants.
Sets an icon and an error message that will be displayed in a popup when the EditText has focus. The icon and error message will be cleared if Message is empty or the text is modified.
SingleLineAsBoolean [write only]
Sets whether the EditText should be in single line mode or multiline mode. Default = False
TagAsObject
TextAsString
Gets or sets the text. Ignores the ReadOnly setting.
TextColorAsInt
TextSizeAsFloat
TopAsInt
TypefaceAsandroid.graphics.Typeface
VisibleAsBoolean
WidthAsInt
WithSuggestionsAsBoolean [write only]
Sets whether the virtual keyboard displays any dictionary-based candidates. This setting is automatically set to False if Format is not empty or there's a handler for the Filter event (this incompatibility is due to a bug in ICS and JellyBean). This setting is ignored when InputType is Numbers or Phone, or when PasswordMode is True. Default = False
WrapAsBoolean [write only]
Sets whether the text content will wrap within the EditText bounds. Relevant when the EditText is in multiline mode.
Top