ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fSeparator (Function)
Returns a file path with normalized separators.
SendMessage (Function)
Sends a Windows message to a control or to a window.
ThreadState (Function)
Returns the current status of a thread.
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
Option (Property)
The Option property is used to get and change certain options.
fDirSize (Function)
Returns the size of a directory in bytes.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
FTPProxy (Function)
Specifies whether the communication functions that use the FTP protocol must go through a proxy to run their requests.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
Error 1006: The member is not global: use: to access it
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
EventDestroy (Function)
Explicitly destroys an event.
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......