ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Creating a query
Two methods can be used to create a query......
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
Handling an Edit control programmatically
You can handle Edit controls programmatically......
TypeDescription (Property)
The TypeDescription property is used to: Find out the type used by an Enumeration or Combination item. This item was defined in the data model editor or programmatically. Define the type used by an Enumeration or Combination item (when describing the item through programming)....
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
sfSaveResult (Type of variable)
The sfSaveResult type is used to find out the result of SFAdd and SFModify...
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
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...
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
gglAuthor (Type of variable)
The gglAuthor type is used to identify the author of a Google element...
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Icon
The "Icon" keyword corresponds to the Icon type, or to the Icon property.
COMObject (Type of variable)
The COMObject type is used to represent an interface of a COM object.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.