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.
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
PhoneNumber (Property)
The PhoneNumber property is used to get and change a phone number.
HImportXLS (Function)
Imports an XLS 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)....
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
fDateTime (Example)
Usage example of the fDateTime function
iCreateFont (Example)
Usage example of the iCreateFont function
Initialization (Property)
The Initialization property is used to handle the initialization of certain processes.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
grSurfaceAltitudeColor (Function)
Defines the color used for the altitude (Z axis) of a surface chart.
Attribute (Property)
The Attribute property is used to manage attributes.
Margin (Property)
The Property HEX@ allows you to define the size of a HEX@ , for example around a text.
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Author (Property)
The Author property gets and changes the author of an element.
SFConnect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
Alignment
The Alignment property is used to align elements.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
MenuInsertOption (Function)
Inserts a new option at a specific position.