ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
StartDate (Property)
The StartDate property is used to get and change the start date of a time period.
WDMSG, WDTRAD and WDDIXIO: Translation tools
16. Application test in practice
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
LOOP statement
The statement block is repeated endlessly...
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
<Source>.ImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
OrganizerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
SchedulerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in a Scheduler control.
<Organizer>.SelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Error 2: Incomplete line
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Programming an indexed control
Error 19: The step of this FOR loop must be constant
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Error 35: 'Continue' is available in the loops only