ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipArchivedFile (Variable type)
The zipArchivedFile type is used to handle: a file contained in an archive corresponding to one of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ). a file to add into an archive....
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
SFExecuteProcess (Function)
Requests the execution of a specific process.
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
MongoDeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
CriticalSection (Function)
Activates a critical section named or on a variable in an instruction of type USE ... IN.
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
<Image>.DrawSlice (Function)
Draws a circle or an ellipse section in an Image control.
<picLayer variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a picLayer variable.
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.
PDFNumberOfPages (Function)
Returns the total number of pages in a PDF file.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
LibraryPanelVisible (Property)
The LibrayPanelVisible property is used to: determine if the "Library" panel is displayed in a Diagram Editor control. show or hide the "Library" panel in a Diagram Editor control....