ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control.
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
DocPositionTopPage (Function)
Returns the position of the first character in a given page in a Text Processing control.
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
Margin (Property)
The Property HEX@ allows you to define the size of a HEX@ , for example around a text.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
Error 1006: The member is not global: use: to access it
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Handling Gantt Chart controls programmatically
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
10. UMC: User Macro-Code
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.