ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Asc (Function)
Returns the ASCII code of the specified character.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
zipSelectFile (Function)
Selects files from an archive.
MemFound (Function)
Checks whether the sought element was found.
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
ErrorThrow (Function)
Throw a non-fatal error.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Search the selected text on the Internet (AAF)
The context menu of Edit controls includes a "Search on Internet" option for the term selected in the control......
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
NumberInWords (Function)
Converts a number to words.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.