WaveLinkWidget Object

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

CoordinateType Property

Stores and retrieves the coordinate type of the widget.

DisplayBackColor Property

Stores and retrieves the background color of the widget.

DisplayFlags Property

Stores and retrieves the label formatting flags of the widget.

DisplayFontName Property

Stores and retrieves the font name of the widget.

DisplayFontSize Property

Stores and retrieves the font size of the widget.

DisplayForeColor Property

Stores and retrieves the foreground color of the widget.

DisplayText Property

Stores and retrieves the label display text of the widget.

Height Property

Stores and retrieves the height of the widget.

InitialFlags Property

Stores and retrieves the initial state of the widget.

InitialValue Property

Stores and retrieves the initial value of the widget.

PlatformFlags Property

Stores and retrieves the platform-specific flags of the widget.

SpecialString Property

Stores and retrieves information specific to a widget based on its type.

WidgetID Property

Retrieves the unique identifier of the current widget.

WidgetType Property

Stores and retrieves the widget type.

Width Property

Stores and retrieves the width of the widget.

XCoord Property

Stores and retrieves the starting left coordinate of the widget.

YCoord Property

Stores and retrieves the starting top coordinate of the widget.

Methods

Enable Method

Enables or disables the widget.

Focus Method

Sets the input focus to the current widget.

SetCoordinates Method

Sets the type of positioning, the top left corner, the width, and the height of the widget.

SetDisplayInfo Method

Sets the formatting and text of the widget.

SetInitialInfo Method

Sets the initial value and state of the widget.

SetLabel Method

Changes the display text of the current widget.

SetReturnInfo Method

Sets the type and value of events returned by the widget.

SetSpecialInfo Method

Takes in a WaveLinkSpecialInfo object.

Show Method

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

Privacy and Legal