ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
The Site Map control
The Site Map control allows the Web user to......
Custom properties (WLanguage)
A custom property is a code element with two events......
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
<Connection variable>.NotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
LanguageToName (Function)
Returns the name of a language.
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
Multi-project search
Performing a search in the current project is a common operation......
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
HNotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
<Image>.ScrollingPosition (Function)
Returns the displayed image.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
SpreadsheetGetSortInfo (Function)
Returns various information about the sort performed in a Spreadsheet control.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
ImageScrollingPosition (Function)
Returns the displayed image.
26. Style sheets: to simplify the layout
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
The home page
The home page is the first page of your site......
<Array>.Count (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
2. User-friendly editors in practice