ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HLinkMemo (Example)
Usage example of the HLinkMemo function
SysSpace (Function)
Returns the physical memory space for the current computer.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
HCopyRecord (Example)
Usage example of the HCopyRecord function
fCurrentDrive (Function)
Gets or sets the current drive.
Format (Property)
The Format property is used to identify and change the format of an element
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
HChangeConnection (Example)
Usage example of the HChangeConnection function
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
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.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
ActionPlanExecute (Function)
Runs an instance of the action plan in the software factory.
Global and local variable
Two types of variables are available......
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
CalendarSelect (Function)
Returns the date selected in a Calendar control.
Category (Property)
The Category property gets and sets the category of an element.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HCloseConnection (Example)
Usage example of the HCloseConenction function
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
XMLDocument (Example)
Usage example of the XMLDocument function