ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GeometryContain (Function)
Determines if geometry A contains geometry B.
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
MultiPolygonGeo (Variable type)
The MultiPolygonGeo type can be used to store a collection of non-overlapping polygons defined with geographic coordinates.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
HFSQL Client/Server: Configuring the data files on the server
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).