ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Weight (Property)
The Weight property is used to manage the weight of an element in a TreeMap control.
grWaterfallColor (Function)
Indicates the color for a type of category in a Waterfall chart.
ShapeExtremitySize (Property)
The ShapeExtremitySize property is used to identify and change the size of the shape at the beginning and end of a Wire control.
LooperRestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
WinEdLoad (Function)
Loads the changes made by the end user in a window.
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
InvalidInputShowTooltip (Function)
Shows an error tooltip under an Edit control to indicate why the input is invalid.
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
spHash (Property)
The spHash property is used to: Get the algorithm used for salting an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the algorithm used for salting (only for "Password" items described programmatically)....
FTPGet (Example)
Usage example of the FTPGet function
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
apFullProjectName (Function)
Retrieves the full physical name of a project opened during the execution of an action plan.
MultimediaControlVisible (Function)
Manages the visibility of control buttons (Play, Pause, Fast Forward, ...) found in the Multimedia control.
SchedulerBackgroundColor (Function)
Defines a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
ShapeExtremityEnd (Property)
The ShapeExtremityEnd property is used to identify and change the type of shape used for the end of a Wire control.
SysGetDC (Function)
Retrieves the DC (Device Context) of a window, control or screen.
CtDescribedCaption (Property)
The CtDescribedCaption property is used to get and set the caption of the connection to the OLE DB data source.
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
Menu management functions
List of functions for managing menus...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...