ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
HPass (Function)
Defines the password used to create or open a data file.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HPrevious (Function)
Positions on the previous file record according to a browse item.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
HRead (Function)
Reads a record in a file according to a given record number.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
<WDPic variable>.Font (Function)
Declares the font that will be used by dText in a WDPic variable.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
<Variable pdfDocument>PageExtract (Function)
Extracts a page from a PDF file in a variable of type Image.