ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
DayOfMonth (Property)
The DayOfMonth property is used to get and change the number of the day of the month for which the scheduled task must be executed.
grPointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
SQLReqExists (Function)
Checks the existence of a query.
DDEError (Function)
Returns the runtime status report of a DDE function.
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
fLongPath (Function)
Returns the full long path of a file or directory.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
fShortPath (Function)
Returns the full short path of a file or directory.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
Procedure
The Procedure property can be used: on the hScheduledTask type, used to describe the scheduled tasks on an HFSQL Client/Server database. on the rssStream type, used to describe an RSS feed....
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....