Press on the image to return to the main documentation page.
CharCounter
Written by NJDude
List of types:
CharCounter
CharCounter
This is an 'Activity Object', it cannot be declared under Sub Process_Globals.
Events:
None
Members:
BringToFront
As
String
Color
As
Int
[write
only]
Initialize
(
Parent
As
PanelWrapper
,
EditTextName
As
EditTextWrapper
,
Length
As
Int
,
Mode
As
String
,
Alignment
As
String
,
Prompt
As
String
)
As
String
IsInitialized
As
Boolean
SendToBack
As
String
setColor
(
Color
As
Int
)
As
String
setTextColor
(
Color
As
Int
)
As
String
setVisible
(
Visible
As
Boolean
)
As
String
TextColor
As
Int
[write
only]
Update
(
Old
As
String
,
New
As
String
)
As
String
Visible
As
Boolean
[write
only]
Members description:
BringToFront
As
String
Color
As
Int
[write
only]
Initialize
(
Parent
As
PanelWrapper
,
EditTextName
As
EditTextWrapper
,
Length
As
Int
,
Mode
As
String
,
Alignment
As
String
,
Prompt
As
String
)
As
String
Parent: Activity or Panel where the counter will be added to
EditTextName: Name of the EditText to monitor
Length: Max length
Mode: A = Ascending, D = Descending
Alignment: L = Left, R = Right
Prompt: Counter title
IsInitialized
As
Boolean
Tests whether the object has been initialized.
SendToBack
As
String
setColor
(
Color
As
Int
)
As
String
setTextColor
(
Color
As
Int
)
As
String
setVisible
(
Visible
As
Boolean
)
As
String
TextColor
As
Int
[write
only]
Update
(
Old
As
String
,
New
As
String
)
As
String
Visible
As
Boolean
[write
only]
Top