ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Note (Property)
The Note property is used to get and change a text associated with an element.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
fWriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
grZoom (Function)
Defines the zoom of a chart.
FirstDayOfMonth (Function)
Returns the first day of the month.
MySelf (Reserved word)
MySelf is used to handle the current control...
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
HOpenConnection (Function)
Opens a connection to a specific database.
X (Property)
The X property gets and sets the X-coordinate of an element.
Y (Property)
The Y property gets and sets the Y-coordinate of an element.
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
StringInsert (Function)
Inserts a string into another character string at a given position.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
grType (Function)
Identifies or modifies the type of chart.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
Time (Type of variable)
The Time type is used to easily handle the times...