ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
iPrintReport (Function)
Prints a report created with the report editor.
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....
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
Identifier (Property)
The Identifier property is used to get and change the identifier of an element.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Using RAD patterns
The steps for creating a RAD pattern are as follows......
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
FTPConnect (Example)
Usage example of the FTPConnect function
Caption (Property)
The Caption property is used to get and change the text of an element.
HPrevious (Function)
Positions on the previous file record according to a browse item.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
ControlTypeInfo (Function)
Returns the icon corresponding to the specified type of control.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....