ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Image (Property)
The Image property gets and sets the background image of a control or block.
Compress (Function)
Compresses a string or a memory block (buffer) in binary format.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
The planes (in a window or in a report)
The planes are used to group the window controls......
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
redisResponse (Type of variable)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
On/Off button in a window
The on/off button is a button that operates like a check box......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
<Connection variable>.Backup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
ERR_BAD_CONTEXT_FOUND
1
4
5
6
7
8
134
>