ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
SQLFirst (Function)
Positions on the first row of the query result.
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
fMakeDir (Example)
Usage example of the fMakeDir function
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
Timeout (Property)
The Timeout property gets and sets the maximum wait time before a request times out.
System constants
List of constants used by the system functions....
MemFound (Function)
Checks whether the sought element was found.
Constant
The constants are language elements whose value is fixed once and for all...
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
StringInsert (Function)
Inserts a string into another character string at a given position.
ControlNext (Function)
Returns the name of the next control in input mode.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
Joins between the tables of a select query
When several tables are used in a query, the query editor automatically searches for the links between these tables described in the database schema......
fOpen (Example)
Usage example of the fOpen function