ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Queue (Variable type)
A Queue variable is a structured type that groups a set of elements of the same type.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
FirstDayOfMonth (Function)
Returns the first day of the month.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
TreeCollapse (Function)
Collapses a branch previously expanded.
Character strings
WLanguage supports different types of strings....
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...