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

jMessage

List of types:

Message

Message


Events:

None

Members:


  cancelbtn As ButtonWrapper

  cancelbtn_Action As String

  Class_Globals As String

  hdrlbl As LabelWrapper

  Initialize As String

  IsInitialized As Boolean

  msglbl As LabelWrapper

  nobtn As ButtonWrapper

  nobtn_Action As String

  Show1 (hdr As String, text As StringAs Int

  Show2 (hdr As String, text As String, yes As String, No As StringAs Int

  Show3 (hdr As String, text As String, yes As String, Cancel As String, No As StringAs Int

  yesbtn As ButtonWrapper

  yesbtn_Action As String

Members description:

cancelbtn As ButtonWrapper
cancelbtn_Action As String
Class_Globals As String
hdrlbl As LabelWrapper
Initialize As String
Initializes the object. You can add parameters to this method if needed.
IsInitialized As Boolean
Tests whether the object has been initialized.
msglbl As LabelWrapper
nobtn As ButtonWrapper
nobtn_Action As String
Show1 (hdr As String, text As StringAs Int
Show2 (hdr As String, text As String, yes As String, No As StringAs Int
Show3 (hdr As String, text As String, yes As String, Cancel As String, No As StringAs Int
yesbtn As ButtonWrapper
yesbtn_Action As String

Top