ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Component (Type of variable)
The Component type is used to easily handle an external component.
sfExecuteQueryResult (Type of variable)
The sfExecuteQueryResult type is used to find out the result of SFForwardQuery and SFExecuteQuery...
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
gglAuthor (Type of variable)
The gglAuthor type is used to identify the author of a Google element...
COMObject (Type of variable)
The COMObject type is used to represent an interface of a COM object.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
sfSaveResult (Type of variable)
The sfSaveResult type is used to find out the result of SFAdd and SFModify...
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
<WDPic variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a WDPic variable.
Supercontrol
A supercontrol is an advanced type of control......
LatestDateCovered (Property)
The LatestDateCovered property is used to get the date of the last selected record. This property can be used on: a sfSeekUpdatedResult variable. a sfSeekDeletedResult variable]....
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
The Clickable Image control
The Clickable Image control can be used to......
upnpDevice (Type of variable)
The upnpDevice type is used to define the advanced characteristics of a UPnP device.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....