ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
XMLSave (Function)
Saves an XML document in a file.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
Table,Insert (External language)
Inserts an element into a table at a given position.
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
grSourceSeries (Function)
Defines the source of a series.
HLinkMemo (Example)
Usage example of the HLinkMemo function
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
Constants for managing tiles
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
HOpenConnection (Example)
Usage example of the HOpenConnection function