ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
Declaring and using a variable
A variable is defined by name and type......
dbgEndRecording (Function)
Stops recording the scenario.
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
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....
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
EmulatePane (Function)
Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
WINDEV applications for Linux: Specific features
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Crosstab report
The report editor allows you to create "Crosstab" reports......
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateWarning (Function)
Emulates the next call to Warning and automatically clicks the "OK&quot button.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
EmulateError (Function)
Emulates the next call to Error and automatically clicks the "OK&quot button.
EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK&quot button.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.