ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
Option (Property)
The Option property is used to get and change certain options.
fDirSize (Function)
Returns the size of a directory in bytes.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
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.
fSeparator (Function)
Returns a file path with normalized separators.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
Error 1006: The member is not global: use: to access it
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
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.
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
NetworkUser (Function)
Identifies the name of the connected user.
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......