ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
Title (Property)
The Title property is used to get and change the title of an element.
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
<DiskFile variable>.Seek (Function)
Gets and sets current position in an external file.
Error 14: ELSE statement without IF
SCM administrator: Managing branches
The SCM (Source Code Manager) administrator allows to you manage the branches of the different projects found in SCM......
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
<Source>.Reset (Function)
Initialize: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
<Source>.ExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
USING IN (Stopwatch)
The statement USING ... IN allows you to automatically start and stop a stopwatch.
PrivateKeyPassword (Property)
The PrivateKeyPassword property sets the key file password (for a private key connection).
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
NotesAddAttachment (Function)
Attaches a file to an item of the current document in Lotus Notes.