ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
emailHeader (Type of variable)
The emailHeader type is used to retrieve or define the additional email headers.
StartTotalRange (Property)
The StartTotalRange property is used to: get the first date or time that will be displayed in a Scheduler or TimeLine control. change the first time that can be displayed in a TimeLine control....
EndTotalRange (Property)
The EndTotalRange property is used to: get the last date or time that can be displayed in a Scheduler or TimeLine control. change the last time that can be displayed in a TimeLine control....
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
UsefulHeight (Property)
The UsefulHeight property is used to get and change the useful height of an internal window (or supercontrol) with scrollbars.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
Error 2109: You are using the ObjectInfo function
RulerVisible (Property)
The RulerVisible property is used to: Determine if a playhead is visible in a TimeLine control. Show or hide a playhead in a TimeLine control....
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
7. Multilingual sites in practice
Handling a control through programming in a report
All report controls can be handled through programming......
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.