ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

10. Internal components in practice
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
12. Control templates
...Control templates...
11. Window templates
WINDEV Mobile allows you to create window templates....
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Creating the Relation windows of a WINDEV RAD pattern
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
fListFile (Function)
Lists the files found in a directory and returns the list of files.
iFont (Function)
Selects the default font.
11. Internal components in practice
Internal components in practice...
ThreadExecute (Function)
Starts the execution of a secondary thread.
dCopy (Function)
Copies an image to another image.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
WinInactiveEffect (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
Creating the Form pages of a WEBDEV RAD pattern