ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
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)....
SpreadsheetTypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
PageAddress (Function)
Used to find out the Internet address of a page.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
BrightnessAuto (Function)
Returns or modifies the activation status of the automatic adjustment of the brightness on the device.
SysNbExternalStorage (Function)
Returns the number of external storage spaces found on an Android device.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
<Document variable>.RedoCount (Function)
Returns the number of canceled actions that can be redone on a Document variable.
<Word Processing>.UndoCount (Function)
Returns the number of actions that can be undone in a Word Processing control.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
TreeIdentifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.