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.
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.
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
fOpen (Example)
Usage example of the fOpen function
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
StringReverse (Function)
Reverses the characters of a string.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
Contains (Function)
Allows you to check if a substring is within a string.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......