ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
fShortPath (Function)
Returns the full short path of a file or directory.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
fLongPath (Function)
Returns the full long path of a file or directory.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
Information 37: Optimize your FOR loop
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
The Line control
A Line control is used to display a line in a page......