ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming the table cells
The Table controls can be handled......
fMoveFile (Function)
Moves a file from one directory to another.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Identifier (Property)
The Identifier property is used to get and change the identifier of an element.
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
ControlTypeInfo (Function)
Returns the icon corresponding to the specified type of control.
Caption (Property)
The Caption property is used to get and change the text of an element.
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
HOpenConnection (Example)
Usage example of the HOpenConnection function
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
HPrevious (Function)
Positions on the previous file record according to a browse item.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......