ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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, ...).
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
5. Site test in practice
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
ERR_CANNOT_CREATE_TMP
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
ThreadEnd (Function)
Ends the execution of the current thread.
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
Binding a ListView control to an item
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
LooperAdd (Function)
Adds a row at the end of a Looper control.
ControlClone (Function)
Creates a new control from an existing control.
Constants for managing the windows
List of constants used by the functions for managing the windows...
MemCreate (Function)
Creates a memory area.
gLine (Function)
Builds a sequence of characters containing a line.
ExtractLine (Function)
Extracts a specific line from a character string.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Message
The Message keyword can correspond to: the Message function. the Message property, which is used to get and change the help message of a control or menu option in a window. the Message property available for: a SFError variable. the email structure. an Email variable. a Notification variable....
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WEBDEV 2024 Tutorial
Time management
For each element (windows, reports, ......