ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
HDescribeLink (Function)
Describes a link between two data files through programming.
WinRateDDW (Function)
Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature.
fClose (Function)
Closes an external file.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change...
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management...
ArraySort (Function)
Sorts a WLanguage array.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected...
grGradient (Function)
Enables or disables the display of color gradients in a chart.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items...
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also...
HDescribeItem (Function)
Describes a file item through programming.
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced...
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
fWrite (Function)
Writes: a character string into an external file. a memory section....
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes...
OpenMobileWindow (Function)
Opens a window in a mobile application.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary:...
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.