ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
<Source>.NbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
RightMargin (Property)
The RightMargin property sets the right margin of an element.
TopMargin (Property)
The TopMargin property sets the top margin of an element.
BottomMargin (Property)
The BottomMargin property sets the bottom margin of an element.
LeftMargin (Property)
The LeftMargin property sets the left margin of an element.
<Image>.Rotation (Function)
Rotates an Image control.
fReadLine (Example)
Usage example of the fReadLine function
fStopCompress (Example)
Usage example of the fStopCompress function
fSize (Example)
Usage example of the fSize function
fLongName (Example)
Usage example of the fLongName function
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
mlInitialize (Function)
Initializes a new independent MATLAB session with an empty workspace in order to run functions.
SysMetric (Function)
Returns the resolution of a specific element.
fRename (Example)
Usage example of the fRename function
Character strings
WLanguage supports different types of strings....
SendKey (Function)
Simulates the keystrokes and the mouse actions.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
tapiStopCallDetection (Function)
Stops the specified call detection that was started by tapiListen.
zipIsMulti (Example)
Usage example of the zipIsMulti function
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
FTPCommand (Example)
Usage example of the FTPCommand function