ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fDelete (Function)
Deletes a file accessible from the current computer.
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
fExtractPath (Function)
Returns the different elements of a path: drive, directories, name and extension of the file.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
<picLayer variable>.DrawPolygon (Function)
Draws a polygon in a picLayer variable.
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
<WDPic variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a WDPic variable.
<picLayer variable>.DrawPoint (Function)
Draws a point in a picLayer variable.
fSize (Function)
Returns the size of a file (in bytes).
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....