ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
zipExtractFile (Example)
Usage example of the zipExtractFile function
AttachPointStart (Property)
The AttachPointStart property is used to get and change the position of the start attachment point of a Wire control.
AttachPointEnd (Property)
The AttachPointEnd property is used to get and change the position of the end attachment point of a Wire control.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
AIDetect (Function)
Detects different elements in an image: object, faces, etc, ... This detection is achieved through artificial intelligence (AI).
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
fCopyDir (Example)
Usage example of the fCopyDir function
Test of a query
The query editor allows you to run the test of query result......
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
fMemExist (Function)
Checks the existence of a shared memory zone.
URIGetInfo (Function)
Retrieves information of a URI resource.
grColor (Function)
Returns and initializes the color of different chart elements.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
TwainState (Function)
Returns the status of the current source.
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
How to loop through a file using filters?
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......