ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
Lotus Notes constants
List of constants used by the Lotus Notes functions....
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
Polygon (Type of variable)
The Polygon type is used to define the points of a polygon.
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
dFont (Example)
Usage example of the dFont function
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
EndProgram (Function)
Ends the execution of the current program.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
zipExtractFile (Example)
Usage example of the zipExtractFile function