ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)...
fChangeExtension (Function)
Changes the extension of a file on disk.
SysUnlinkExtension (Function)
Deletes the association between an extension and a command that was created by SysLinkExtension.
SysGetExtLink (Function)
Returns the command linked to an extension.
SysLinkExtension (Function)
Associates an extension (.txt, .avi, etc.) to a default execution program.
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
AttributeNote (Property)
The AttributeNote property gets the value of the <Note> extension attribute.
AttributeMapping (Property)
The AttributeMapping property gets the value of the <Mapping> extension attribute.
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed...
nWDOpenWDL: Opening a library
Opens a library created by WINDEV (file with a WDL extension)......
AttributeSerialize (Property)
... and the <Serialize> extension attribute.
URLExtractPath (Function)
... resource name, resource extension, request and fragment.
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
HCreationIfNotFound (Function)
... with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary....
<Source>.CreateIfNotFound (Function)
... with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary....
TwainToBMP (Function)
device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user...
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning...
1
2
3
4
5
6
20
>