ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different copy modes
Two different copy modes are proposed by WDTRAD...
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
StatCovariance (Function)
Calculates the covariance between two series of values.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
Sum (Function)
Calculates the sum of the array elements.
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
FTPCommand (Function)
Sends a specific FTP command to a server.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
OpenMobileWindow (Function)
Opens a window in a mobile application.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
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)....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
ThreadCurrent (Function)
Returns the name of the thread currently run.
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....