ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
<Looper>.ToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
GenerationNumber (Property)
The GenerationNumber property is used to get the generation number of the physical data file associated with the logical data file.
hbTableDescription (Type of variable)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
SpreadsheetTypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
7. Multilingual sites in practice
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
SQLListSource (Function)
Lists the data sources declared on a local site.
OrganizerInfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
<Organizer>.InfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
Validity period of site pages
When creating a page, a validity period can be defined for this page......
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
sfSaveResult (Type of variable)
The sfSaveResult type is used to find out the result of SFAdd and SFModify...
sfExecuteQueryResult (Type of variable)
The sfExecuteQueryResult type is used to find out the result of SFForwardQuery and SFExecuteQuery...
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...