ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Organizer>.InfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
Using a query with parameters
A query with parameters can be used......
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
<Variable pdfDocument>PageExtract (Function)
Extracts a page from a PDF file in a variable of type Image.
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
grStockGetData (Function)
Retrieves a data from a stock chart (candlestick, barcharts or minmax).
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
HAddLink (Function)
Adds an integrity rule between two data files on the server.
DecryptStandard (Function)
Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.).
17. TLS/SSL: Encrypting information on the Web
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
Handling Organization Chart controls programmatically
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.