ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatFloatAdd (Function)
Adds a value to each matrix element.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
ServiceRestart (Function)
Restarts a service (already started).
SQLFirst (Example)
Usage example of the SQLFirst function
TreeView Table control functions
List of functions for managing TreeView Table controls...
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Constants used by the Factory functions
The following constants are used by the functions for managing the software factory:...
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
Contains (Function)
Allows you to check if a substring is within a string.
ServiceStart (Function)
Starts a service.
SFConnect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
CalendarSelect (Function)
Returns the date selected in a Calendar control.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
ExtractLine (Function)
Extracts a specific line from a character string.