ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Table field linked to a table (Table file)
A data-bound Table control linked to a table is a field whose columns are linked to fields in a table or query (data source)......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HAlias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the media file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the media file played in the Multimedia control.
iPrintReport (Function)
Prints a report created with the report editor.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
User Groupware files
Two categories of data files are managed......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
SchedulerTriggerProperties (Function)
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
CookieWrite (Example)
Usage example of the CookieWrite function