ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls
Changing the window content with a swipe gesture
The mobile devices propose several features available via finger movements...
Custom properties (WLanguage)
A custom property is a code element with two events...
Events associated with internal windows
List of events associated with internal windows
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
zipFileSize (Example)
Usage example of the zipFileSize function
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
HLinkMemo (Example)
Usage example of the HLinkMemo function
HSubstDir (Example)
Usage example of the HSubstDir function
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
sfProcessSubmitRequest (Type of variable)
The sfProcessSubmitRequest type is used to describe a Salesforce record (also called a Salesforce object) to submit to SFExecuteProcess...
sfDisconnectResult (Type of variable)
The sfDisconnectResult type is used to get the status report of SFDisconnect when disconnecting from a session...
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
FishEye
The "FishEye" effect is used to enlarge a section of editor graphs (analysis graph, UML graph, ......
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
HAdd (Example)
Usage example of the HAdd function
zipChangePath (Example)
Usage example of the zipChangePath function
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......