ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

apFullProjectName (Function)
Retrieves the full physical name of a project opened during the execution of an action plan.
Truncate (Function)
Truncates the right part of a string or buffer.
Error 803: Return and Result cannot be used in the same process
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
SysNumberScreen (Function)
Returns the number of screens currently connected to the current computer.
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
XMLToText (Function)
Converts a character string in XML format into a standard character string.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
fSize (Function)
Returns the size of a file (in bytes).
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
InvalidInputShowIcon (Function)
Shows an error icon next to an Edit control to indicate that the input is invalid.
NbWorksheet (Property)
The NbWorksheet property is used to get the number of worksheets in a Spreadsheet control.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
ControlInOutReason (Function)
Indicates the origin of the entry in the control.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
fClose (Example)
Usage example of the fClose function
Project (External language)
Opens and runs a WINDEV project.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.