ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control......
Properties associated with the areas defined in Zoning mode
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
StopWord (Property)
The StopWord property is used to define stopwords in a full-text index defined through programming.
Synonym (Property)
The Synonym property is used to define synonyms in a programmatically defined full-text index.
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the table described programmatically.
RecordSize (Property)
The RecordSize property is used to get the size (in bytes) of a record in: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
UploadSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
UploadCurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
<Upload>.Size (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
<Upload>.CurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
<Map>.AddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
Programming patterns
CAUTION......