ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
DnDAccept (Example)
Usage example of the DnDAccept function
MatCreate (Example)
Usage example of the MatCreate function
MatStack (Example)
Usage example of the MatStack function
<picLayer variable>.DrawCircle (Function)
Draws a circle or an ellipse in a picLayer variable.
Parameters of the procedure used by NearbyShareDiscoverDevice (Request)
WLanguage procedure ("callback") called by NearbyShareDiscoverDevice when a new nearby device is discovered, or when a previously discovered device is no longer available.
<Looper>.InsertLine (Function)
Inserts a row into a Looper control.
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is in an Image variable.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
CertificateList (Function)
Returns the list of certificates available on the computer.
Move
The Move property determines if an element can be moved.
MatDelete (Example)
Usage example of the MatDelete function
EmailSend (Example)
Usage example of the EmailSend function
StatVarianceP (Example)
Usage example of the StatVarianceP function
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
Sensor constants
Constants used by the SensorXXX functions...
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.