ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
NotesActivateView (Function)
Indicates the view that must be handled in Lotus Notes.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
pdfBookmark (Type of variable)
The pdfBookmark type is used to define all the advanced characteristics of a bookmark in a PDF document.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
HErrorLock (Function)
Used to check whether a lock error occurred.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....