ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fDirAttribute (Function)
Returns or modifies the attributes of a directory.
ExeGetPID (Function)
Returns information about the current process.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Breadcrumb control properties
The WLanguage properties are used to handle the Breadcrumb control as well as one of its elements......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
HIndex (Function)
Rebuilds the file index (".NDX" file).
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
MyParent (Reserved word)
MyParent is used to handle...
HState (Function)
Used to find out the state of a record.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
fLongName (Function)
Returns the long name of a file or directory.
fShortName (Function)
Returns the short name of a file or directory.
<Organizer>.DeleteAppointment (Function)
Deletes an appointment from an Organizer control.
SocketCreate (Function)
Creates a socket.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Font
The Font keyword can correspond to: a Font variable. the Font property....