ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GetDefinition (Function)
Retrieves the definition of element type.
iPrintZone (Example)
Usage example of the iPrintZone function
VariableReset (Function)
Resets the variable to its initial value.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Dequeue (Function)
Removes an element from the queue.
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...
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Pop (Function)
Pops an element from a stack.
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
<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....
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS......
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.