ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Extern (Reserved word)
EXTERN is used to...
HDeleteServerTrigger (Function)
Deletes a server trigger.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
HAddUser (Function)
Adds a user to a database.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
SysXRes (Function)
Returns the horizontal screen resolution.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
Cross-references in the code editor
The cross-references in the code editor are used to identify......
NbComponent (Property)
The NbComponent property is used to get the number of elements in a composite key.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....