ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
Constants for managing the Image Editor control
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
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.
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.
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
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]).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
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.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....