ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
11. User Macro-Code: UMC in practice
HImportXLS (Function)
Imports an XLS 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)....
<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)....
<Source>.ImportXLS (Function)
Imports an XLS 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)....
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
grSeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
<Chart>.SeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
<mongoGridFS variable>.GetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).