ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InServiceMode (Function)
Indicates whether the code is run in a service.
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
SNMPTrapEnable (Function)
Enables the interception of an SNMP "trap" sent by an agent.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
Port (Property)
The Port property is used to identify and change a server connection port.
XMLSavePosition (Function)
Stores the current position in the XML document.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......