ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
ControlCreate (Function)
Creates a new control (of any type) in a window programmatically.
Body Complement block
The Body complement block is linked to the Body block......
WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab control have a Close button. Show a Close button in all the tabs of a Dynamic Tab control....
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
SFDelete (Function)
Deletes records from a Salesforce database.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
BurnerSelect (Function)
Used to select the default burner.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
RightIndent (Property)
The RightIndent property is used to get and change the right indent of an element.
LeftIndent (Property)
The LeftIndent property is used to get and change the left indent of an element.
EndProgram (Function)
Ends the execution of the current program.
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).