ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
AutoRefresh (Property)
The AutoRefresh property is used to: Find out whether the data found in the series is automatically recalculated whenever grDraw is called Modify the mode for recalculating the data found in the series....
fTime (Example)
Usage example of the fTime function
INIRead (Example)
Usage example of the INIRead function
FTPCurrentDir (Example)
Usage example of the FTPCurrentDir function
fCompare (Example)
Usage example of the fCompare function
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
zipCreate (Example)
Usage example of the zipCreate function
fCopyFile (Example)
Usage example of the fCopyFile function
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
EmailStartNotesSession (Function)
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
FirstDayOfYear (Function)
Returns the date of the first day of the year.
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
ControlPrevious (Function)
Specifies the name of control that was in edit before the current control.
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
AssistedInput (Type of variable)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
HAlias (Example)
Usage example of the HAlias function