ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
fAddText (Function)
Adds the content of a character string at the end of a file.
fCompress (Function)
Compresses a file.
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
fDirRename (Function)
Renames a directory.
fShortName (Function)
Returns the short name of a file or directory.
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
SQLNext (Function)
Positions on the next row of the query result.
<DiskFile variable>.Size (Function)
Returns the size of a file (in bytes).
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Step 6: User Groupware settings
If the site is configured to use the user groupware, the parameters of the groupware database can be configured during the setup......
SQLPrevious (Function)
Positions on the previous row of the query result.
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
SchedulerDeleteTask (Function)
Deletes a scheduled task.
HideWhileScrolling (Property)
The HideWhileScrolling property is used to: Determine if the pinned control is hidden while scrolling, Show or hide the pinned control while scrolling....