ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
fWrite (Function)
Writes: a character string into an external file. a memory section....
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
Speech synthesis in the mobile applications
The phones can talk!......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
Properties associated with the areas defined in Zoning mode
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
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.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.FilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HPass (Function)
Defines the password used to create or open a data file.
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......