ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
HDescribeFile (Function)
Describes a data file programmatically.
LooperAdd (Function)
Adds a row at the end of a Looper control.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
iPrintReport (Function)
Prints a report created with the report editor.
HClusterIgnoreSynchro (Function)
Defines a node of the HFSQL cluster as data source to perform the cluster synchronization.
HLogStop (Function)
Stops the log process of a file.
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
Text (Property)
The Text property is used to get and modify text.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.