ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
ComponentInfo (Function)
Returns information about a component.
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
HelpNumber (Property)
The HelpNumber property is used to identify and modify the help number associated with a control.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Chart: Managing legends
Several types of legends are supported in the charts......
SysListVideoCard (Function)
Returns the name of the video cards connected to the current computer.
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
Events associated with Radio Button controls
List of events associated with Radio Button controls...
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
Various constants
List of various constants....
gLine (Function)
Builds a sequence of characters containing a line.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SQLLast (Function)
Sets the position on the last row of the query result.
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
fSeek (Function)
Gets and sets current position in an external file.
Events associated with Table controls
List of events associated with Table controls...