ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
Compress (Function)
Compresses a string or a memory block (buffer) in binary format.
Image (Property)
The Image property gets and sets the background image of a control or block.
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
KanbanFilter (Function)
Displays only cards that match the specified filter.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Area (Property)
The Area property is used to define an area.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
ocrTextBlock (Type of variable)
The ocrTextBlock type is used to define and identify all the advanced characteristics of a text block read by the native OCR system.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
MarkerImage (Type of variable)
The MarkerImage type is used to customize the image associated with a marker or a marker cluster displayed in a Map control.
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
1
2
3
4
5
6
99
>