ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
SQLExec (Example)
Usage example of the SQLExec function
grColor (Function)
Returns and initializes the color of different chart elements.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
HClient structure
The HClient structure is used to......
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
BitPerPixel (Property)
The BitPerPixel property is used to get and change the number of bits per pixel in an image.
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Right (Function)
Extracts the last characters from a string or string buffer.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
xlsOpen (Example)
Usage example of the xlsOpen function
DotNetDelegate (Example)
Usage example of the DotNetDelegate function
fSplit (Function)
Splits a file into several files.