ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Character strings
WLanguage supports different types of strings....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
gImage (Function)
Builds a sequence of characters containing an image.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....