ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
HRead (Function)
Reads a record in a file according to a given record number.
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
SendKey (Function)
Simulates the keystrokes and the mouse actions.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....
List of operators
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
Commands of the external interface
SendMessage (Function)
Sends a Windows message to a control or to a window.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
Constants for managing the registry
List of constants used by the registry management functions....
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
dFont (Example)
Usage example of the dFont function
KioskDisable (Function)
Disables kiosk mode for the current application.
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....