MethodsetValue
DescriptionThis function retrieves the value of any of the control internal variables.
Return typeCharacter string
Return values
-1The value was set successfully.
0The variable did not receive the value.
Parameters
variableThe variable name.
valueThe control variable will get this value.
optional index1Some variables belong to a dimension or form an array. This is the first array index.
optional index2This index is used for array variables inside arrays. This is the second array index.
Examplecall Cube1.getValue("BackColor", "&H0e0e0e")
ExplanationSets the value of the control back color to &H0e0e0e.
See also
getValue Gives value to a control variable.
doActionExecutes a cube action.
NotesYou have to perform a call to DoAction "Refresh" to set your changes after yours call to .
Variables list Click here to see a list of all variable names.