ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
fReadLine (Function)
Reads a line from an external file (ANSI or Unicode).
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of controls by adding options....
SQLFirst (Function)
Positions on the first row of the query result.
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
iCreateFont (Function)
Creates a new print font.
ParallelTask (Variable type)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
HChangeName (Function)
Modifies the physical name of a data file.
fbSession (Variable type)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
Animation functions
WINDEV proposes several WLanguage functions for managing animations......
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
Record (Variable type)
The Record type is used to save the values of a record.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Queue (Variable type)
A Queue variable is a structured type that groups a set of elements of the same type.
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Organizer>.ToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
<Organizer>.SelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
<Organizer>.Mode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
<Organizer>.InfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....