The WaveLinkWidget object is supported on: Palm, CE
The WaveLinkWidget object contains the methods necessary to build and modify all types of widget objects.
Properties
Stores and retrieves the coordinate type of the widget. |
|
Stores and retrieves the background color of the widget. |
|
Stores and retrieves the label formatting flags of the widget. |
|
Stores and retrieves the font name of the widget. |
|
Stores and retrieves the font size of the widget. |
|
Stores and retrieves the foreground color of the widget. |
|
Stores and retrieves the label display text of the widget. |
|
Stores and retrieves the height of the widget. |
|
Stores and retrieves the initial state of the widget. |
|
Stores and retrieves the initial value of the widget. |
|
Stores and retrieves the platform-specific flags of the widget. |
|
Stores and retrieves information specific to a widget based on its type. |
|
Retrieves the unique identifier of the current widget. |
|
Stores and retrieves the widget type. |
|
Stores and retrieves the width of the widget. |
|
Stores and retrieves the starting left coordinate of the widget. |
|
Stores and retrieves the starting top coordinate of the widget. |
Methods
Enables or disables the widget. |
|
Sets the input focus to the current widget. |
|
Sets the type of positioning, the top left corner, the width, and the height of the widget. |
|
Sets the formatting and text of the widget. |
|
Sets the initial value and state of the widget. |
|
Changes the display text of the current widget. |
|
Sets the type and value of events returned by the widget. |
|
Takes in a WaveLinkSpecialInfo object. |
|
Displays or hides the current widget. |
Prog IDs
"WaveLink.WaveLinkWidget"
Remarks
The WaveLinkWidget object is used primarily for manipulating widgets. Although you can also use the WaveLinkWidget object to create widgets, the WaveLinkFactory object effectively automates the widget creation process. For this reason, the WaveLinkFactory object is the recommended method for creating widgets.
Before widgets will display on the RF device, you must use the StoreWidgets method. To return input from a widget, use the RFInput or GetEvent method. These two methods automatically return the widget ID. To process input from the widget based on the widget ID, use the LastExtendedType method. To process input from the widget based on its general input type (scanned, keyed, widget input, etc.) use the LastInputType method.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other