SetInitialInfo Method

This member of WaveLinkWidget Object is supported on: Palm, CE

The SetInitialInfo method sets the initial value and state of the widget.

VB

object.SetInitialInfo InitialVal, InitialState

VC++

HRESULT = object->SetInitialInfo(BSTR InitialVal, long InitialState);

Parameters

InitialVal

The variable that specifies the initial value. The possible values for the initial value (InitialVal) of a checkbox widget are:

CHECKED

UNCHECKED

UNDETERMINED

The possible values for the initial value (InitialVal) of a repeater button widget are:

LEFTARROW

RIGHTARROW

UPARROW

DOWNARROW

InitialState

The variable that specifies the initial state. The possible values are:

INITSTANDARD Initial state of the widget is standard (shown and enabled)

INITHIDDEN Initial state of the widget is hidden

INITDISABLED Initial state of the widget is disabled

Remarks

A disabled widget will appear on the RF screen, but it will not return when you click on it. Instead, a crosshatch pattern will fill any display text that the widget contains.

Unlike other widgets, a disabled hotspot widget will not appear on the RF screen.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal