ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Input (Function)
Displays a message allowing the user to type an information.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
X (Property)
The X property is used to get and change the X-coordinate of an element.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
fLock (Function)
Entirely or partially locks an external file.
MatCopy (Function)
Creates the copy of a matrix.
MatDelete (Function)
Deletes an existing matrix.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
grDraw (Function)
Draws a chart according to the specified parameters.
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
ToastDisplay (Function)
Displays a "Toast" message.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....