|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)... |
|
|
|
|
|
|
|
| The RETURN statement is used to exit a statement block and the current process (or procedure). |
|
|
|
|
|
|
|
The CONTINUE keyword can correspond: - to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration.
- to the CONTINUE: label. It allows you to declare a common code in a loop.
|
|
|
|
|
|
|
|
| The RETURN statement is used to exit the current event, process or procedure and return a result... |
|
|
|
|
|
|
|
The keyword BREAK can correspond: - to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process.
- to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement.
|
|
|
|
|
|
|
|
| The following functions are used to manage Map controls via prefix syntax |
|
|
|
|
|
|
|
| Functions for handling commands in console mode. |
|
|
|
|
|
|
|
| A maximized window occupies the entire screen of the mobile device. |
|
|
|
|
|
|
|
| Constants for managing the multi-touch |
|
|
|
|
|
|
|
| Calculates the hue of a color. |
|
|
|
|
|
|
|
| Constants used by the SensorXXX functions |
|
|
|
|
|
|
|
| Adapts the size of the controls found in a Ribbon control according to the size of their caption. |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by NearbyShareSend to notify whether or not the data was sent successfully. |
|
|
|
|
|
|
|
| The Address type is used to manipulate the address of a place or person. |
|
|
|
|
|
|
|
| Opens a non-modal child window. |
|
|
|
|
|
|
|
| Opens the native "Create contact" window of the device (Android, iPhone or iPad). |
|
|
|
|
|
|
|
Modifies a row in: - a Table control,
- a TreeView Table control.
|
|
|
|
|
|
|
|
| Asks to be notified when the device gets close to a given location. |
|
|
|
|
|
|
|
| Searches for a value in all the attributes of a Looper control. |
|
|
|
|
|
|
|
| This feature is used to signal that a table cannot be modified after writing... |
|
|
|
|
|
|
|
| Returns the start or end date and time of the time slot selected in a Scheduler control. |
|
|
|
|
|
|
|
| Re-enables a fax paused in the spooler (pending fax). |
|
|
|
|
|
|
|
| Deletes an existing matrix. |
|
|
|
|
|
|
|
Draws a rectangle: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
|
|
|
|
|
|
|
| The colors of a Table control (row background, text of rows, etc.) are defined in the control description... |
|
|
|
|
|
|
|
| The BrightnessAuto keyword allows you to adjust brightness on an Android or iOS device. |
|
|
|
|
|
|
|
| Adds a new dynamic row into a Multiline Zone control. |
|
|
|
|
|
|
|
| Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control). |
|
|
|
|
|
|
|
| The docElement type is used to handle each element found in a docParagraph variable. |
|
|
|
|
|
|
|
| Returns an array without duplicates. |
|
|
|
|
|
|
|
| Disables an automatic filter on the linked files when browsing an XML file. |
|
|
|
|
|
|
|
| Opens the standard window for color selection and selects the specified color. |
|
|
|
|
|
|
|
| Flips an image contained in an Image variable with respect to a horizontal axis (symmetry with respect to a horizontal axis). |
|
|
|
|
|
|
|
| WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed. |
|
|
|
|
|
|
|
| Applies a specific layout to a page. |
|
|
|
|
|
|
|
| Inserts a new dynamic row in a Multiline Zone control. |
|
|
|
|
|
|
|
| Signals the end of the grouping of a set of operations into a single event (undo/redo management). |
|
|
|
|
|
|
|
| Creates an XML file with data from a Looper control (Looper control based on a table or populated programmatically). |
|
|
|
|
|
|
|
| Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes. |
|
|
|
|
|
|
|
| Collapses a branch previously expanded (as well as its child elements). |
|
|
|
|
|
|
|
| Deletes a data series from a chart. |
|
|
|
|
|
|
|
| The ZOrder property defines the Z-order of an element. |
|
|
|
|
|
|
|
| Adds or modifies a server trigger on the HFSQL server. |
|
|
|
|
|
|
|
| Modifies through programming the report associated with a sub-report in a composite report. |
|
|
|
|
|
|
|
| Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string. |
|
|
|
|
|
|
|
| Opens a new pane in a Dynamic Tab control. |
|
|
|
|
|
|
|
| Usage example of the EmailListFolder function |
|
|
|
|
|
|
|
| Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX). |
|
|
|
|
|
|
|
| Deletes a scheduled task from an HFSQL Client/Server server. |
|
|
|
|
|
|
|
Deletes an element at a given position:- from a one-dimensional WLanguage array.
- from an advanced array property (array of gglCalendar events, etc.).
- from an associative array.
- from a WLanguage list.
|
|
|
|
|
|
|
|
| Returns the status of each cluster node by interrogating the coordinator.
|
|
|
|
|
|
|
|
| Starting with version 2024, you can allow nullable types in a WINDEV, WEBDEV or WINDEV Mobile project... |
|
|
|
|
|
|
|
| Returns the type of value found in the registry. |
|
|
|
|
|
|
|
| Defines the next control that will be in edit in the current window. |
|
|
|
|
|
|
|
| Identifies the current user for whom the telemetry data is saved. |
|
|
|
|
|
|
|
| Indicates the end of a series of actions performed in a Word Processing control in a single event ("undo/redo").
|
|
|
|
|
|
|
|
| The mqttSession type is used to define the parameters for connecting to the MQTT broker. |
|
|
|
|
|
|
|
Performs the following operations: - If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation.
- If the table exists, opens the table.
|
|
|
|
|
|
|
|
| Selects the Wi-Fi network card that will be used for the next calls to the WiFi functions. |
|
|
|
|
|
|
|
| Pulls out a section (or all sections) in a chart. |
|
|
|
|
|
|
|
| Displays the gridlines for the different planes of a Surface chart. |
|
|
|
|
|
|
|
| Stops a secondary thread. Function not recommended. |
|
|
|
|
|
|
|
| Initializes the parameters of geolocation WLanguage functions and finds a location provider. |
|
|
|
|
|
|
|
| Refreshes elements in a Dashboard control. |
|
|
|
|
|
|
|
| Converts a string with hexadecimal bytes to a binary buffer. |
|
|
|
|
|
|
|
| Identifies the color of a pixel contained in a WDPic variable. |
|
|
|
|
|
|
|
| The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid... |
|
|
|
|
|
|
|
| Closes the current browser window and stops the execution of the current code. |
|
|
|
|
|
|
|
| Deletes a list of files from an archive. |
|
|
|
|
|
|
|
Captures the images received from the camera:- as an image: take a photo.
- as a video: record a video.
|
|
|
|
|
|
|
|
| WebSockets enable bidirectional communication between web applications (Intranet or Internet sites run in a browser) and web servers... |
|
|
|
|
|
|
|
| Example of the HCreationIfNotFound function |
|
|
|
|
|
|
|
| The xmlSignatureVerification type is used to define the information required to verify an XML signature. |
|
|
|
|
|
|
|
| Used to connect to a Bluetooth Low Energy device. |
|
|
|
|
|
|
|
Depending on the specified control, returns:- the number of the current row displayed in the current Table control,
- the number of the option with focus in a Check Box control,
- the number of the current row in the current Looper control,
- the index of the current indexed control.
|
|
|
|
|
|
|
|
| It is now common for individuals or businesses to sign contracts electronically... |
|
|
|
|
|
|
|
| Connects a user to an application that uses the User Groupware.
|
|
|
|
|
|
|
|
Deletes the following from a Map control: - all markers,
- use any shape you want,
- all images.
|
|
|
|
|
|
|
|
| Emulates the window of the mobile (Android/iOS) simulator. |
|
|
|
|
|
|
|
| PDF is one of the most widely used formats for sending and storing electronic documents... |
|
|
|
|
|
|
|
| Inserts an element into a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
|
| Reads the value of one of the animation parameters defined for an Image or Static Text control. |
|
|
|
|
|
|
|
| The database schema proposes two types of Unicode items ... |
|
|
|
|
|
|
|
| Initializes the general options of the native OCR (Optical Character Recognition) system. |
|
|
|
|
|
|
|
| Modifies a link in a Breadcrumb control. |
|
|
|
|
|
|
|
| Draws Markdown text in a variable of type WDPic. |
|
|
|
|
|
|
|
| Runs an action (defined programmatically) and enables Undo/Redo operations on this action. |
|
|
|
|
|
|
|
| The main characteristics of a Sidebar control can be configured... |
|
|
|
|
|
|
|
| Retrieves the element type definition. |
|
|
|
|
|
|
|
| Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document. |
|
|
|
|
|
|
|
| Changes or returns the visibility status of the refresh bar in a Looper control. |
|
|
|
|
|
|
|
| Unlocks a file that was locked by the same program with HNoModif. |
|
|
|
|
|
|
|
| The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control. |
|
|
|
|
|
|
|
| Moves the content of a row as well as its entire descending tree structure in a TreeView Table control. |
|
|
|
|
|
|
|
| Seeks and retrieves the records (Salesforce objects) deleted during the specified period. |
|
|
|
|
|
|
|
| When creating a link, you can simply specify the destination... |
|
|
|
|
|
|
|
Returns: - the list of appointments found between two dates in an Organizer control,
- all appointments found in an Organizer control,
- a specific appointment (selected or hovered).
|
|
|
|
|
|
|
|
| Opens a file in the browser. |
|
|
|
|
|
|
|
| Returns the name of the master node in an HFSQL cluster. |
|
|
|
|
|
|
|
| Identifies the type of an expression, a variable (during a call to a procedure for example) or a control. |
|
|
|
|
|
|
|
| Delete a scheduled item on an HFSQL server: scheduled task (stored procedure), backup, optimization, refresh of a materialized view. |
|
|
|
|
|
|
|
| Returns the name of the day corresponding to a specified date (this date is an integer). |
|
|
|
|
|
|
|
| Returns the number of occurrences of a control in a window, in a page or in a group of controls. |
|
|
|
|
|
|
|
| Opens a toast whose content is based on an internal window. |
|
|
|
|
|
|
|
| Decrypts a file that was encrypted by fCrypt. |
|
|
|
|
|
|
|
| Retrieves and/or modifies the value of the line thickness in a line chart. |
|
|
|
|
|
|
|
| Selects a row in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Draws the borders in an Image control. |
|
|
|
|
|
|
|
| Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
|
|
|
|
|
|
|
|
| The UsefulHeight property gets and sets the useful height of an internal window (or supercontrol) with scrollbars. |
|
|
|
|
|
|
|
Allows you to:- move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly.
- swap two rows in a two-dimensional array or in an advanced array property.
|
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile propose different types of charts... |
|
|
|
|
|
|
|
| Retrieves the 'Mute' status of a UPnP device. |
|
|
|
|
|
|
|
| Executes a server procedure without refreshing the page. |
|
|
|
|
|
|
|
| Opens a PDF file displayed in a PDF Reader control. |
|
|
|
|
|
|
|
| Opens the details of a contact in edit mode in the default application of the device (Android, iPhone, iPad). |
|
|
|
|
|
|
|
The SearchAAF property is used to: - find out whether the search via AAF is enabled on a non-editable Combo Box control,
- enable (or not) the search via AAF on a non-editable Combo Box control.
|
|
|
|
|
|
|
|
| The KeyFileType property defines the type of encoding used for a key file. |
|
|
|
|
|
|
|
| Starts a transaction on the tables (HFSQL or accessed via Native Access) and creates the transaction table. |
|
|
|
|
|
|
|
| WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV websites... |
|
|
|
|
|
|
|
| Returns the list of tables watched by HWatch. |
|
|
|
|
|
|
|
| Returns the index of a list in a Kanban control. |
|
|
|
|
|
|
|
| Lists the data sources declared on a local site. |
|
|
|
|
|
|
|
| List of properties associated with the reports and their controls |
|
|
|
|
|
|
|
| Draws a rectangle in a picLayer variable. |
|
|
|
|
|
|
|
| Switches the LED (Light-Emitting Diode) of the device on. |
|
|
|
|
|
|
|
| Returns the number of selected rows in a Looper control. |
|
|
|
|
|
|
|
| Adds or modifies a server trigger. |
|
|
|
|
|
|
|
| The docElementCheckBox type allows you to define all the advanced characteristics of a check box used in a form. |
|
|
|
|
|
|
|
| The test manager is used to... |
|
|
|
|
|
|
|
| The FlexJustifyContent property gets and sets the alignment of items in the Flexbox control along the main axis (corresponding CSS property: "justify-content"). |
|
|
|
|
|
|
|
| Searches for a value in all the attributes of a Looper control. |
|
|
|
|
|
|
|
| Opens an existing archive. |
|
|
|
|
|
|
|
| The DocElementText type is used to handle the characteristics of a Text element found in a DocElement variable. |
|
|
|
|
|
|
|
Returns: - the number of columns found in a Table or TreeView Table control.
- the number of rows found in a Table or TreeView Table control.
|
|
|
|
|
|
|
|
| The description window of a combining query consists of several sections... |
|
|
|
|
|
|
|
| There are several naming conventions to write variables in the code... |
|
|
|
|
|
|
|
| Used to disconnect from a Bluetooth Low Energy device. |
|
|
|
|
|
|
|
| Detaches a Dockable Panel control to transform it into a floating window. |
|
|
|
|
|
|
|
| WEBDEV gives you the ability to import a CSS style sheet into a WEBDEV project... |
|
|
|
|
|
|
|
| Returns the "children" of an element found in a TreeView control. |
|
|
|
|
|
|
|
| Replaces all occurrences of a specified substring in a string with another specified substring. |
|
|
|
|
|
|
|
| Finds the Xth position of a string within another string. |
|
|
|
|
|
|
|
| The Phone type is used to handle a phone number as well as its type (home, work, ...). |
|
|
|
|
|
|
|
| To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control... |
|
|
|
|
|
|
|
| Runs a generic command on a MongoDB collection. |
|
|
|
|
|
|
|
| Changes the path to a table (i.e. directory in which the file will be handled). |
|
|
|
|
|
|
|
| Calculates the distance of an itinerary in a Map control. |
|
|
|
|
|
|
|
| Here are the new features and improvements that you will discover in this version... |
|
|
|
|
|
|
|
| Sets the time interval visible in a time chart with real-time display. |
|
|
|
|
|
|
|
| Emulates the next call to Info and automatically clicks the "OK" button. |
|
|
|
|
|
|
|
| The SelectedTextWithTag property is used to get or change the text selected in a rich edit control (RTF or HTML) with HTML or RTF formatting tags.
|
|
|
|
|
|
|
|
| Searches for all the parts of a string that match a specific format. |
|
|
|
|
|
|
|
| Adds a shadow effect on an image found in an Image variable. |
|
|
|
|
|
|
|
| Adds an element to a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
|
Saves an image:- in a file in GIF format.
- in memory.
|
|
|
|
|
|
|
|
Disconnects: - the Salesforce platform.
- the current Salesforce session.
|
|
|
|
|
|
|
|
| Enumerates the breaks found in a Table control. |
|
|
|
|
|
|
|
| Associates a procedure written in WLanguage with an event of ActiveX control. |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| Saves a chart that was previously drawn in a file in BMP format. |
|
|
|
|
|
|
|
| Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice. |
|
|
|
|
|
|
|
| Initializes the color of a series or the color of a section. |
|
|
|
|
|
|
|
| Retrieves the cookies read by a call: |
|
|
|
|
|
|
|
Saves the image found: - in an Image Editor control.
- in a WDPic variable.
|
|
|
|
|
|
|
|
| Finds one or more emails according to the criteria specified in the messaging software (Outlook, messaging software using the IMAP protocol, ...). |
|
|
|
|
|
|
|
| Deletes a network from the list of Wi-Fi networks configured on the device. |
|
|
|
|
|
|
|
The Width property gets and changes the width:- of a control or block in a report.
- of a control (found in a window), window, column found in a table or column found in a list box (including listview).
- of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.
|
|
|
|
|
|
|
|
| Modifies the background image of a window and specifies the display mode of this image. |
|
|
|
|
|
|
|
| Checks whether a character string matches a specific format and retrieves the different substrings that match the format. |
|
|
|
|
|
|
|
| Displays the requested information (content of a control, for example) in a window opened next to the current window. |
|
|
|
|
|
|
|
| Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF. |
|
|
|
|
|
|
|
| WINDEV and WEBDEV allow you to create REST web services and secure access with OAuth tokens... |
|
|
|
|
|
|
|
| The project description window allows you to configure various elements of your project... |
|
|
|
|
|
|
|
| Reads the value of one of the animation parameters defined for an Image field. |
|
|
|
|
|
|
|
| Modifies the percentage corresponding to the radius of the hole in a Donut chart. |
|
|
|
|
|
|
|
| Finds a character string in an entire Word Processing control. |
|
|
|
|
|
|
|
| Word Processing controls can be manipulated programmatically... |
|
|
|
|
|
|
|
| Enables biometric authentication for the connected user or retrieves the current status for the connected user. |
|
|
|
|
|
|
|
| Loads the specified library (DLL) in memory. |
|
|
|
|
|
|
|
The NumberPage property is used to get: - the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control.
- the number of pages in a PDF file displayed in an Image control.
- the number of pages found in a PDF file displayed in a PDF Reader control.
- the number of pages found in a DOCX file displayed in a Word Processing control.
|
|
|
|
|
|
|
|
| Saves the changes made when the "Modification of UI by the end user" mode is enabled. |
|
|
|
|
|
|
|
| Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism. |
|
|
|
|
|
|
|
| The following constants are used by the functions for managing Facebook connections: |
|
|
|
|
|
|
|
| Defines a new holiday period on a row in a Gantt Chart column in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format. |
|
|
|
|
|
|
|
| Calculates the minimum value for a series of values. |
|
|
|
|
|
|
|
| The MyGuidedTour variable is used to handle the current Guided Tour. The MyGuidedTour variable is used to get the characteristics of the GuidedTour variable used. |
|
|
|
|
|
|
|
| Retrieves the characteristics of a scanner in a variable of type Scanner. |
|
|
|
|
|
|
|
| The gglMarker type is used to define the characteristics of a marker that must be positioned on a map... |
|
|
|
|
|
|
|
| Searches for a value in an attribute of a Looper control. |
|
|
|
|
|
|
|
| Extracts the last characters from a string or string buffer. |
|
|
|
|
|
|
|
| The "Back" button allows users to see the history of pages they previously visited... |
|
|
|
|
|
|
|
| Writing an email in WLanguage consists in filling the email structure of WLanguage... |
|
|
|
|
|
|
|
| Entirely or partially locks an external file. |
|
|
|
|
|
|
|
| Inserts an empty row into a Spreadsheet control found in a window. |
|
|
|
|
|
|
|
| WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers. |
|
|
|
|
|
|
|
| Returns the list of files found in an archive. |
|
|
|
|
|
|
|
| Returns the two low bytes of an integer. |
|
|
|
|
|
|
|
| An application that uses one or more external components is deployed in the same way as a standard application... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|