ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
Constants for managing the Image Editor control
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
Border of controls
One of the most important elements of control style is its border......
OpenDocument (Function)
Opens a document in a new (modeless) window using the appropriate WINDEV editor (word processor, spreadsheet, PDF reader or image editor).
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
ControlCurrent (Function)
Returns the name of the control currently in edit.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
ComponentLocate (Function)
Specifies the access path to an external component of project.
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
OCR constants
Adds a language to the native OCR system....
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
IntegerPart (Function)
Returns the integer part of a number.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.