ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
iInitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
MultimediaClose (Function)
Closes the media file currently played in the Multimedia control.
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
HTTPListCertificate (Function)
Lists the client certificates found on the computer to authenticate on a server.
NbComponent (Property)
The NbComponent property is used to get the number of elements in a composite key.
OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
HSpace (Property)
The HSpace property is used to determine and modify the horizontal spacing between labels in a report. This spacing was defined when creating the Label report.
VSpace (Property)
The VSpace property is used to get and change the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
<Organizer>.ToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
<Organizer>.DeleteAll (Function)
Deletes all the appointments from an Organizer control.
<Organizer>.BackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
<Organizer>.ChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....