The Visual Mobile Designer (VMD) Properties window displays the editable properties for any object selected in the VMD. The properties window is located by default at the bottom right corner of the Visual Mobile Designer.
The property sheet contains all properties for the selected object. The types of properties shown depend upon the category and type of object selected.
Properties
startApp()
method is invoked.
getMyComponent ()
method (that acquires an instance of the component) with a myComponent
field where the instance is stored.myComponent
field with
a getMyComponent()
method.
For example, if you have the code
getSmsSender().sendSMS(getPhoneNumberTextField().getString(),
getMessageTextBox().getString());
and set "Lazy Initialized" from True to False on the smsSender
component,
you must edit the code to:
smsSender.sendSMS(getPhoneNumberTextField().getString(),
getMessageTextBox().getString());
Several property types have special editors associated with them: