ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
grDraw (Function)
Draws a chart according to the specified parameters.
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
iPrintImage (Function)
Sends the image file to print to the print buffer.
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Border (Type of variable)
The Border type is used to handle a border through programming...
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
EventChange (Function)
Modifies the status of an event.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......