Method WMLCard():selectStart() Professional

Mark the begin of a selection list.

Syntax
:selectStart( [<cName>]      , ;
              [<cValue>]     , ;
              [<lMultiple>]  , ;
              [<cOptions>] ) --> self
Parameters
<cName>
The parameter <cName> becomes the value of the name attribute.
<cValue>
The parameter <cValue> becomes the value of the value attribute.
<lMultiple>
If <lMultiple> if .T. (true) the value of the attribute multible becomes "true", otherwise the value becomes "false".
<cOptions>
The parameter <cOptions> is a character string that is inserted into the WML <select> tag.
Return

This method returns the object executing the method (self).

Description

The method begins the definition of a selection list. Individual items of the list must then be defined with :selectOption()

WML output:

<select [name="cName"] [value="cValue"] [multiple="true"] [cOptions]> 

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.