ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
fChangeSize (Function)
Resizes an external file.
iReportPrintingStatus (Function)
Returns the status of the current print.
CDList (Function)
Returns the list of CD/DVD players installed on the current computer....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
grGridlines (Function)
Displays or hides the chart gridlines.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
HOpen (Function)
Opens a data file.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
EventChange (Function)
Modifies the status of an event.
Port (Property)
The Port property is used to identify and change a server connection port.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary axis. set the position of a chart series on the secondary axis....
WiFiConnectionInfo (Function)
Returns the requested information about the current Wi-Fi connection of the device.
TextToRTF (Function)
Converts text to Rich Text Format.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.