ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the media file played in the Multimedia control.
PDFIsProtected (Function)
Checks whether the PDF file requires a password to be read.
Language (Property)
The Language property gets and sets the language used.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.