Phantom Documentation

[Help Home] [Phantom Home]
IsSelected

bSel = window.IsSelected();

Applicable Classes: Button (radio button)

Parameters: None
Return Value:
bool bSel - The boolean value indicating the state of the radio button.  A 'true' value is returned if the radio button is selected, 'false' otherwise.

Description:
The IsSelected function returns the state of a radio button.  This function only works with a radio button type Button class.  It works with both grouped radio buttons as well as individual radio buttons.

For an example, see Button functions.


See Also: Button Functions



Copyright 2000-2011 Phantom Automated Solutions