ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListStopWord (Function)
Returns the list of stop words used by a full-text index.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
dDominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image in an Image variable or in an Image control.
WiFiConnectionInfo (Function)
Returns the requested information about the current Wi-Fi connection of the device.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
fTempDir (Function)
Returns the name of directory used to store the temporary files.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
SysListVideoCard (Function)
Returns the name of the video cards connected to the current computer.
<emailOutlookSession variable>.CurrentFolder (Function)
Returns the name of the current folder in the Outlook messaging software.
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
Break in a report
The break is used to group the records corresponding to a sort criterion......
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
5. Site test in practice
<Image>.DominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image found in an Image control.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
ERR_BAD_CONTEXT_FOUND
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......