ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

12. External component in practice
Définit l'image SVG utilisée pour un graphe de type "Pourcentage imagé"....
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
fSeek (Example)
Usage example of the fSeek function
Designing a supercontrol
A supercontrol is an advanced type of control......
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access an HFSQL Classic database from an external database software that supports ODBC accesses......
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
13. External component in practice
External component in practice...
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.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
OAuth2Parameters (Variable type)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
FTPConnect (Example)
Usage example of the FTPConnect function