A predefined object containing the possible values that dialogs return. For example: DimresultAsInt result = Msgbox2("Save changes?", "", "Yes", "", "No", Null)
Ifresult = DialogResponse.POSITIVEThen 'save changes EndIf
Predefined object containing "gravity" values. These values affect the alignment of text or images. Example: DimEditText1AsEditText EditText1.Initialize("")
EditText1.Gravity = Gravity.CENTER
Typeface is a predefined object that holds the typeface styles and the default installed fonts. Note that unlike most other predefined objects, you can declare new objects of this type. Example: EditText1.Typeface = Typeface.DEFAULT_BOLD