ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<HTML editor>.Get (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
InitialValue (Property)
The InitialValue property is used to get and/or change an initial value....
ValuePerStar (Property)
The ValuePerStar property gets and sets the value of a star in a Rating control.
MemcachedModifyKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers....
<Chart>.LineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a Line chart....
<TreeView Table column>.SearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
NullableIndex (Property)
The NullIableIndex property determines if a key item supports the "Null" value.
<Image>AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image field.
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....