ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV and the SOAP protocol
Writes a message intended to another socket.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
ToolbarVisible (Property)
The ToolbarVisible property is used to: determine if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
String of (Variable type)
The String of type is used to manipulate fixed-length strings. These strings have a null character at the end, denoted by a zero (as in the C programming language).
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
Number (Property)
The Number property is used to get the number of an element.
SchedulerSelectPlus (Function)
Selects an appointment in a Scheduler control.
SchedulerSelectMinus (Function)
Deselects an appointment from a Scheduler control.
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
Type (Example)
Usage example of the Type property
zipIsMulti (Example)
Usage example of the zipIsMulti function
Certificate (Variable type)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
Definition (Variable type)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
fCreate (Example)
Usage example of the fCreate function
fMakeDir (Example)
Usage example of the fMakeDir function