Android Programming Press on the image to return to the main documentation page.

TS-FieldOrder

List of types:

FieldOrder

FieldOrder


Events:

None

Members:


  Class_Globals As String

  FieldIDs As List

  Fields As List

  FieldsText As List

  HideOrder As String

  Initialize (TheseFields As List, cRepeat As Boolean) As String

  IsInitialized As Boolean

  OrderVisible As Boolean

  Repeat As Boolean

  ShowOrder As String

Members description:

Class_Globals As String
FieldIDs As List
Fields As List
FieldsText As List
HideOrder As String
Restore Text as it was before ShowOrder was run
Initialize (TheseFields As List, cRepeat As Boolean) As String
Initializes the object. You can add parameters to this method if needed.
TheseFields should contain the list of EditTexts to be ordered, cRepeat is a bollean that determines if the order is looped
IsInitialized As Boolean
Tests whether the object has been initialized.
OrderVisible As Boolean
Repeat As Boolean
ShowOrder As String
For debugging show order in EditText fields
Top