|
|
|
|
|
|
|
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)... |
|
|
|
|
|
|
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 RETURN statement is used to exit a statement block and the current process (or procedure). |
|
|
|
|
|
|
The RETURN statement is used to exit the current event, process or procedure and return a result... |
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
List of constants used by the functions for managing XML documents. |
|
|
|
|
|
|
The following functions are used to manage Map controls via prefix syntax |
|
|
|
|
|
|
Constants for managing the multi-touch |
|
|
|
|
|
|
A maximized window occupies the entire screen of the mobile device. |
|
|
|
|
|
|
The HtmlFormat property is used to:- find out whether an edit control accepts the input in HTML format.
- modify the input format of an edit control.
|
|
|
|
|
|
|
The following paragraphs explain... |
|
|
|
|
|
|
Replaces the current formatting of a selection with the default formatting. |
|
|
|
|
|
|
Returns the HTML string corresponding to the specified RTF string. |
|
|
|
|
|
|
Adds a new dynamic row into a Multiline Zone control. |
|
|
|
|
|
|
WINDEV Mobile tutorial: Developing an Android and iOS application
Lesson 1 - Application overview - 10 min |
|
|
|
|
|
|
Adapts the size of the controls found in a Ribbon control according to the size of their caption. |
|
|
|
|
|
|
The type Address type is used to manipulate the address of a place or person. |
|
|
|
|
|
|
Displays the contact creation window of the device's native contact management application (Android, iPhone or iPad). |
|
|
|
|
|
|
Sorts the elements found in a TreeView control. |
|
|
|
|
|
|
Returns an enumeration value known by its associated value. |
|
|
|
|
|
|
Modifies a row in: - a Table control,
- a TreeView Table control.
|
|
|
|
|
|
|
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation... |
|
|
|
|
|
|
Usage example of the MatFill function |
|
|
|
|
|
|
Constants used by the SensorXXX functions |
|
|
|
|
|
|
WLanguage procedure ("callback") called by NearbyShareSend to notify whether or not the data was sent successfully. |
|
|
|
|
|
|
Calculates the hue of a color. |
|
|
|
|
|
|
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move... |
|
|
|
|
|
|
This feature is used to signal that a table cannot be modified after writing... |
|
|
|
|
|
|
Constants for managing the multi-touch |
|
|
|
|
|
|
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). |
|
|
|
|
|
|
The StyleID property gets and sets the identifier of the style associated with an element. |
|
|
|
|
|
|
Deletes an existing matrix. |
|
|
|
|
|
|
Returns an array without duplicates. |
|
|
|
|
|
|
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control). |
|
|
|
|
|
|
Adds a new point to display in a 3D Scatter chart. |
|
|
|
|
|
|
The colors of a Table control (row background, text of rows, etc.) are defined in the control description... |
|
|
|
|
|
|
Returns the status of each cluster node by interrogating the coordinator.
|
|
|
|
|
|
|
Opens a non-modal child window. |
|
|
|
|
|
|
The docElement type is used to handle each element found in a docParagraph variable. |
|
|
|
|
|
|
Draws a rectangle: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
|
|
|
|
|
|
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC). |
|
|
|
|
|
|
Returns the type of value found in the registry. |
|
|
|
|
|
|
Disables an automatic filter on the linked files when browsing an XML file. |
|
|
|
|
|
|
WINDEV is provided with projects that contain components. |
|
|
|
|
|
|
Asks to be notified when the device gets close to a given location. |
|
|
|
|
|
|
Usage example of the zipNbPartNeeded function |
|
|
|
|
|
|
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication. |
|
|
|
|
|
|
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control... |
|
|
|
|
|
|
The Area chart is used to highlight the amplitude of a change... |
|
|
|
|
|
|
Applies a specific layout to a page. |
|
|
|
|
|
|
Searches for a value in all the attributes of a Looper control. |
|
|
|
|
|
|
PC SOFT proposes a new technology... |
|
|
|
|
|
|
Signals the end of the grouping of a set of operations into a single event (undo/redo management). |
|
|
|
|
|
|
Gets the exit code of the command executed in console mode, i.e. the value returned when the command finishes executing. |
|
|
|
|
|
|
The different steps for translating the project messages with WDMSG are as follows: |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Retrieves the indicators defined on an email of IMAP session. |
|
|
|
|
|
|
Collapses a branch previously expanded (as well as its child elements). |
|
|
|
|
|
|
Pops an element from a stack. |
|
|
|
|
|
|
Deletes a data series from a chart. |
|
|
|
|
|
|
Adds the reference of an object at given position in a one-dimensional array. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Closes a dynamic pane in a Tab control. |
|
|
|
|
|
|
Returns the date and time of last write operation performed on a record in an HFSQL table (Classic or Client/Server). |
|
|
|
|
|
|
The IndentFirstLine property gets and sets the indent of the first line of an element. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Seeks and retrieves the records (Salesforce objects) deleted during the specified period. |
|
|
|
|
|
|
Builds a sequence of characters containing a circle or an ellipse. |
|
|
|
|
|
|
You can change the characteristics of a keyword at any time in the keyword properties... |
|
|
|
|
|
|
Returns the duration of the call (difference between the start date and time of call and the end date and time of call). |
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
Deletes an image from the current worksheet in a Spreadsheet control. |
|
|
|
|
|
|
Opens the standard window for color selection and selects the specified color. |
|
|
|
|
|
|
List of constants used by page functions. |
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
The sfError type is used to find out the characteristics of an error returned by Salesforce... |
|
|
|
|
|
|
Starting with version 2024, you can allow nullable types in a WINDEV, WEBDEV or WINDEV Mobile project... |
|
|
|
|
|
|
The SubCaption property gets and sets the secondary caption of: - an option in a Radio Button or Check Box control.
- an element of a TreeMap control.
- a QuickAction variable.
|
|
|
|
|
|
|
Returns the name of the day corresponding to a specified date (this date is an integer). |
|
|
|
|
|
|
Defines the next control that will be in edit in the current window. |
|
|
|
|
|
|
Identifies the current user for whom the telemetry data is saved. |
|
|
|
|
|
|
The StartDatePeriodDisplayed property gets the start date of the range displayed in a Scheduler or Organizer control of a report. |
|
|
|
|
|
|
Indicates the end of a series of actions performed in a Word Processing control in a single event ("undo/redo").
|
|
|
|
|
|
|
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry with respect to a horizontal axis). |
|
|
|
|
|
|
The mqttSession type is used to define the parameters for connecting to the MQTT broker. |
|
|
|
|
|
|
Reads standard output data, for the command executed in console mode. |
|
|
|
|
|
|
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed. |
|
|
|
|
|
|
Several methods can be used to distribute a WINDEV application... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Inserts a new dynamic row in a Multiline Zone control. |
|
|
|
|
|
|
Deletes a menu or a menu option. |
|
|
|
|
|
|
Displays the gridlines for the different planes of a Surface chart. |
|
|
|
|
|
|
Stops a secondary thread. Function not recommended. |
|
|
|
|
|
|
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format... |
|
|
|
|
|
|
Returns the environment variables of the operating system for the current computer. |
|
|
|
|
|
|
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime. |
|
|
|
|
|
|
Changes or returns the visibility status of the refresh bar in a Looper control. |
|
|
|
|
|
|
Refreshes elements in a Dashboard control. |
|
|
|
|
|
|
Converts a string with hexadecimal bytes to a binary buffer. |
|
|
|
|
|
|
OAuth and OpenID protocol functions |
|
|
|
|
|
|
Identifies the color of a pixel contained in a WDPic variable. |
|
|
|
|
|
|
The "Advanced" tab enables you to configure advanced options of the server... |
|
|
|
|
|
|
Seeks and retrieves the records (Salesforce objects) deleted during the specified period. |
|
|
|
|
|
|
Returns the name and full path of an application. |
|
|
|
|
|
|
The following WLanguage functions are used to handle UPnP devices |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
The Minute property gets and sets the minutes of an element. |
|
|
|
|
|
|
Captures the images received from the camera:- as an image: take a photo.
- as a video: record a video.
|
|
|
|
|
|
|
Reads the data found on the output buffer of the SSH session. |
|
|
|
|
|
|
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets... |
|
|
|
|
|
|
Adds a new separator in a menu (drop-down or context menu). |
|
|
|
|
|
|
Displays the first image for the scroll. |
|
|
|
|
|
|
Usage example of the HCreationIfNotFound function |
|
|
|
|
|
|
Modifies an element in a Table control. |
|
|
|
|
|
|
Checks whether the intersection of a geographic polygon and another geometry does not result in an empty set. |
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
Returns the day of the year corresponding to a given date. |
|
|
|
|
|
|
This help page explains how to create and run an SQL query through programming. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
The PreviousStep property defines whether or not the user can go to the previous step of a Guided Tour. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
dSaveImage is kept for backward compatibility. |
|
|
|
|
|
|
The main characteristics of a Sidebar control can be configured... |
|
|
|
|
|
|
Displays the last image for the scroll. |
|
|
|
|
|
|
Usage example of the zipNbFile function |
|
|
|
|
|
|
Retrieves the definition of element type. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
A window can:- Receive parameters when it is opened.
- Return values when it is closed.
|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
A search feature is automatically available when previewing a report... |
|
|
|
|
|
|
The MaxLineHeight property gets and sets the maximum height in:- the rows of a Table control (case of multiline rows with automatic resizing).
- the rows of a TreeView Table control.
- the rows of a Looper control.
|
|
|
|
|
|
|
Closes the current browser window and stops the execution of the current code. |
|
|
|
|
|
|
List of functions for managing the recycle bin |
|
|
|
|
|
|
Identifies the recipient of a DDE connection. |
|
|
|
|
|
|
Reads the data found on the output buffer of the SSH session. |
|
|
|
|
|
|
The rssCategory type is used to handle the category of a RSS feed or stream entry. |
|
|
|
|
|
|
Displays the first image for the scroll. |
|
|
|
|
|
|
Returns the caption of the last error caused by an XLS function. |
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
Deletes the subscription of a replication on the replication server. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile... |
|
|
|
|
|
|
Checks a password (encrypted or not). |
|
|
|
|
|
|
Delete a scheduled item on an HFSQL server: scheduled task (stored procedure), backup, optimization, refresh of a materialized view. |
|
|
|
|
|
|
The InSeconds property is used to convert a Duration variable to seconds. |
|
|
|
|
|
|
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 comparison between source and target text helps you find translation errors... |
|
|
|
|
|
|
Returns the number of occurrences of a control in a window, in a page or in a group of controls. |
|
|
|
|
|
|
The PublicationDate property gets the date an element was last accessed. |
|
|
|
|
|
|
Opens a toast whose content is based on an internal window. |
|
|
|
|
|
|
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
Calculates the length of a given geometry. |
|
|
|
|
|
|
Selects a row in a Table or TreeView Table control. |
|
|
|
|
|
|
Allows you to disconnect from a MQTT server (also called "Broker"). |
|
|
|
|
|
|
Decrypts a file that was encrypted by fCrypt. |
|
|
|
|
|
|
Retrieves and/or modifies the value of the line thickness in a line chart. |
|
|
|
|
|
|
The Connection property gets and sets the connection associated with a table. |
|
|
|
|
|
|
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS). |
|
|
|
|
|
|
Clones a menu or a menu option as well as the associated code. |
|
|
|
|
|
|
Retrieves the characteristics of a stack: types of elements and number of elements. |
|
|
|
|
|
|
Draws the borders in an Image control. |
|
|
|
|
|
|
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
|
|
|
|
|
|
|
Determines if a cell is merged with other cells and gets the merged cell range. |
|
|
|
|
|
|
The UsefulHeight property gets and sets the useful height of an internal window (or supercontrol) with scrollbars. |
|
|
|
|
|
|
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
Initializes the parameters of geolocation WLanguage functions and finds a location provider. |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts... |
|
|
|
|
|
|
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages... |
|
|
|
|
|
|
Retrieves the 'Mute' status of a UPnP device. |
|
|
|
|
|
|
Runs a server procedure without refreshing the page. |
|
|
|
|
|
|
Used to find out the Internet address of a page. |
|
|
|
|
|
|
Opens a PDF file displayed in a PDF Reader control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|