Skip to content

Commit 595f275

Browse files
committed
UI: update form help
1 parent 1c31c17 commit 595f275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/sbasic_ref.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,4 @@ Graphics,command,SHOWPAGE,0,"SHOWPAGE","This command is used to display pending
304304
Data,function,ISMAP,0,"ISMAP (x)","Returns true if x is an MAP variable type. A MAP provides value-key pair access along with array or dotted notation. The MAP can be initialized from a String variable using the ARRAY command"
305305
Data,function,ISREF,0,"ISREF (x)","Returns true if x is a reference variable type. The REF variable type is a ""reference"" to another variable (like a pointer in c). You create a reference by assigning a variable with the BYREF keyword (or @ symbol)."
306306
Data,function,ARRAY,0,"ARRAY [var | expr]","Creates a ARRAY or MAP variable from the given string or expression"
307-
Console,command,FORM,0,"FORM","Create a form widget. "
307+
Console,command,FORM,0,"FORM","Creates a form object from a MAP variable. This provides access to the following sub-commands: doEvents, close, refresh. The form MAP may contain the following properties: value, inputs, focusColor. Inputs is an array of MAP, each may contain the following properties: x, y, width, height, value, label, name, type, backgroundColor, color, visible, isExit, selectedIndex, length, noFocus, onclick"

0 commit comments

Comments
 (0)