ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StringInsert (Function)
Inserts a string into another character string at a given position.
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
fOpen (Example)
Usage example of the fOpen function
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
ChronoReset (Function)
Stops and resets a running stopwatch.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Open (Function)
Opens a modal WINDEV window.
HPrevious (Function)
Positions on the previous file record according to a browse item.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
iPrintImage (Example)
Usage example of the iPrintImage function
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
iFont (Function)
Selects the default font.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
FTPConnect (Example)
Usage example of the FTPConnect function