ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
Camera functions
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
<Source>.UnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
Examples for using the OLE DB provider for HFSQL
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
Sub-query
A sub-query is a query whose result is used by another query......
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
Camera/Video functions (prefix syntax)
Step 5: Site parameters
Once the site installed, you can define the site connection options......
<Source>.LockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Video functions
List of video functions...
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
WinEdCreateNote (Function)
Creates a Repositionable Note control.