ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipOpen (Example)
Usage example of the zipOpen function
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
WDINT license agreement
WDINT license agreement...
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
MatDelete (Function)
Deletes an existing matrix.
HRegenerateFile (Function)
Regenerates a data file from its log.
2. Projects in practice
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
MySelf (Reserved word)
MySelf is used to handle the current control...
14. Managing the "Back" button in practice
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Designing a supercontrol
A supercontrol is an advanced type of control......
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
gpwAddUser (Function)
Adds a user to the User Groupware database.
Report based on a query
Queries are used to easily select records in one or more data files......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
fClose (Example)
Usage example of the fClose function
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.