ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
<Kanban>.Count (Function)
Returns the number of cards or lists in a Kanban control.
<WDPic variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type WDPic.
<picLayer variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type picLayer.
<Image variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type Image.
KanbanCount (Function)
Returns the number of cards or lists in a Kanban control.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
HStatDate (Function)
Returns the date of the last update for the index statistics.
UTF8Valid (Function)
Tests the validity of a string in UTF8 format.
<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
TreeIdentifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......