ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
ContactListSource (Function)
Lists the sources (or accounts) of the contacts saved on the device.
EmailExpunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
EmailReset (Function)
Resets all the variables of the email structure or all the variables of an Email variable.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Seek (Function)
Searches for the index of an element in a WLanguage array.
Logical operators
The logical operators are as follows......
Font (Type of variable)
A Font variable creates a font programmatically...
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
OpenSister (Function)
Opens a non-modal sibling window.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Chart control properties
A Chart control can be used......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
iChangeSubReportSource (Function)
Modifies through programming the report associated with a sub-report in a composite report.
dbgAuditStatus (Function)
Retrieves and changes the status of the dynamic audit.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......