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

fgNumberDialog

Written by Filippo Gozza

List of types:

clsInputNumber
fgNumberDialog

clsInputNumber


This is an 'Activity Object', it cannot be declared under Sub Process_Globals.

Events:

None

Members:


  AddDecimal (DecimalChar As Char) As String

  AddDigits As String

  DecimalWidth As Int

  DigitsWidth As Int

  getHeight As Int

  getLabel As ConcreteViewWrapper

  getView As ConcreteViewWrapper

  Height As Int [read only]

  Initialize (DigitWidth As Int) As String

  intBtnHeight As Int

  intlblHeight As Int

  IsInitialized As Boolean

  Label As ConcreteViewWrapper [read only]

  View As ConcreteViewWrapper [read only]

Members description:

AddDecimal (DecimalChar As Char) As String
AddDigits As String
DecimalWidth As Int
DigitsWidth As Int
getHeight As Int
getLabel As ConcreteViewWrapper
getView As ConcreteViewWrapper
Height As Int [read only]
Initialize (DigitWidth As Int) As String
Initializes the object. You can add parameters to this method if needed.
intBtnHeight As Int
intlblHeight As Int
IsInitialized As Boolean
Tests whether the object has been initialized.
Label As ConcreteViewWrapper [read only]
View As ConcreteViewWrapper [read only]

fgNumberDialog


This is an 'Activity Object', it cannot be declared under Sub Process_Globals.

Events:

None

Members:


  Decimal As Int [read only]

  Digit As Int [read only]

  getDecimal As Int

  getDigit As Int

  getHeight As Int

  getNumber As Int

  getView As ConcreteViewWrapper

  getWidth As Int

  Height As Int [read only]

  Initialize (Digits As Int, Decimal As Int, DecimalChar As Char) As String

  IsInitialized As Boolean

  Number As Int

  setNumber (Number As Int) As String

  View As ConcreteViewWrapper [read only]

  Width As Int [read only]

Members description:

Decimal As Int [read only]
Digit As Int [read only]
getDecimal As Int
getDigit As Int
getHeight As Int
getNumber As Int
getView As ConcreteViewWrapper
getWidth As Int
Height As Int [read only]
Initialize (Digits As Int, Decimal As Int, DecimalChar As Char) As String
Initializes the object. You can add parameters to this method if needed.
IsInitialized As Boolean
Tests whether the object has been initialized.
Number As Int
setNumber (Number As Int) As String
View As ConcreteViewWrapper [read only]
Width As Int [read only]

Top