ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
fSeek (Function)
Gets and sets current position in an external file.
SaaS constants
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
Style of a control
As soon as it is created, a control is associated with a style......
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....
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
Zombie data files and items
During the life of an application, items live and die......
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
StartVisibleRange (Property)
The StartVisibleRange property is used to: get and change the first visible date or time in a Scheduler or TimeLine control. change the first visible time in a TimeLine control....
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
Managing the styles
The help editor allows you to define styles of paragraphs......
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
EndDate (Property)
The EndDate property is used to get and change the end date of a time period.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
StartDate (Property)
The StartDate property is used to get and change the start date of a time period.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).