|
|
|
|
|
|
|
|
|
|
|
|
|
|
END can correspond to: - the END keyword of WLanguage used to specify the end of a loop.
- the End property, which can be used on EventTimeline variables.
.... |
|
|
|
|
|
|
|
Validates the current transaction: - the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
- the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
- the records locked in read-only by the transaction are unlocked.
|
|
|
|
|
|
|
|
Validates the current transaction: - the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
- the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
- the records locked in read-only by the transaction are unlocked.
|
|
|
|
|
|
|
|
| Positions at the end of a media file that was opened beforehand MCIOpen. |
|
|
|
|
|
|
|
| Marks the end of a critical section: another thread will be able to run the code. |
|
|
|
|
|
|
|
| Stops the manual iteration of data file linked to a Table control based on a data file. |
|
|
|
|
|
|
|
| Ends the execution of the current program. |
|
|
|
|
|
|
|
| Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart). |
|
|
|
|
|
|
|
| Usage example of the MatInvert function |
|
|
|
|
|
|
|
| Waits for the end of the execution of the specified thread. |
|
|
|
|
|
|
|
| Usage example of the ExplorerRetrieve function |
|
|
|
|
|
|
|
| Usage example of the dText function |
|
|
|
|
|
|
|
| Usage example of the DDEConnect function |
|
|
|
|
|
|
|
| Usage example of the ExplorerAccept function |
|
|
|
|
|
|
|
| Seeks a character string in the registry. |
|
|
|
|
|
|
|
| Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF. |
|
|
|
|
|
|
|
| Usage example of the StatSum function |
|
|
|
|
|
|
|
| Usage example of the StatMin function |
|
|
|
|
|
|
|
| Usage example of the StatMax function |
|
|
|
|
|
|
|
| Usage example of the TreeListItem function |
|
|
|
|
|
|
|
| Used to enumerate the subelements of a project element. |
|
|
|
|
|
|
|
| Usage example of the dSaveImageGIF function |
|
|
|
|
|
|
|
| Returns the status of the current source. |
|
|
|
|
|
|
|
| Usage example of the MenuIsMarked function |
|
|
|
|
|
|
|
| Copies the content of an array to another array. |
|
|
|
|
|
|
|
| Returns the status of a media file that was opened beforehand MCIOpen. |
|
|
|
|
|
|
|
| Usage example of the MatReadColumn function |
|
|
|
|
|
|
|
| Used to find out whether the browse performed on a memory area is outside this memory area. |
|
|
|
|
|
|
|
| Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control. |
|
|
|
|
|
|
|
| Usage example of the FinRepayVal function |
|
|
|
|
|
|
|
| Usage example of the dSaveImageBMP function |
|
|
|
|
|
|
|
| Usage example of the MemSeek function |
|
|
|
|
|
|
|
The Native Oracle Connector is used to:- specify the input values during the call to a stored procedure.
- retrieve the output values after a call to a stored procedure.
|
|
|
|
|
|
|
|
| Remarks and specific features of the Native Oracle Connector |
|
|
|
|
|
|
|
| The stress tests are used to check... |
|
|
|
|
|
|
|
| Creates an XML file from the data found in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Usage example of the INIRead function |
|
|
|
|
|
|
|
| Runs an MCI command (Media Control Interface). |
|
|
|
|
|
|
|
| Retrieves information about the current exception. |
|
|
|
|
|
|
|
| Positions at the beginning of a media file that was opened beforehand MCIOpen. |
|
|
|
|
|
|
|
| Plays a sound in WAV format. |
|
|
|
|
|
|
|
| Returns the number of tracks found in a media file that was opened beforehand (MCIOpen). |
|
|
|
|
|
|
|
| To create a scenario, the following elements must be installed on the current computer... |
|
|
|
|
|
|
|
| WDINT allows you to create a translation file.
|
|
|
|
|
|
|
|
| Pauses playback of the media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| Creates a Word file (.RTF) from the data found in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Returns the current track of a media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| Returns the height (in pixels) of a media file used to display images. |
|
|
|
|
|
|
|
| Returns or changes the current position in a media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| Returns the width (in pixels) of a media file used to display images. |
|
|
|
|
|
|
|
| Dynamically compile a Procedure whose source code is supplied (dynamic compilation). |
|
|
|
|
|
|
|
| Returns or changes the size of a media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| Modifies the title of next window to open. |
|
|
|
|
|
|
|
| Finds the Xth position of a string within another string. |
|
|
|
|
|
|
|
| Changes the size and position of the display window of a media file previously opened (MCIOpen). |
|
|
|
|
|
|
|
| Modifies or returns the sound volume. |
|
|
|
|
|
|
|
| Finds the position of a specified string within another string. |
|
|
|
|
|
|
|
| Artificially triggers the security mechanism of WLanguage by throwing an exception. |
|
|
|
|
|
|
|
| Fixes the format used to define the position in a media file (opened by MCIOpen). |
|
|
|
|
|
|
|
| Converts a date to an integer. |
|
|
|
|
|
|
|
Inserts a row into: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
|
|
|
|
|
|
|
| At runtime, an application runs in a main thread... |
|
|
|
|
|
|
|
| Checks whether the sought element was found. |
|
|
|
|
|
|
|
| Returns the number of elements in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
|
| Displays a standard dialog box used to list the different Twain devices available on the current computer. |
|
|
|
|
|
|
|
Draws an arc of circle or an arc of ellipse: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
|
|
|
|
|
|
|
Allows you to:- extract a substring from a string based on a specified string separator.
- search for substrings in a string based on a specified string separator.
|
|
|
|
|
|
|
|
| Updates or adds the record bound to the current row in the Table or TreeView Table control. |
|
|
|
|
|
|
|
| List of functions for handling external files |
|
|
|
|
|
|
|
Draws the chord of a circle (intersection between an ellipse and a straight line): - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
|
|
|
|
|
|
|
| Encrypts a string in binary format or in ASCII format. |
|
|
|
|
|
|
|
| List of functions for managing dates and times |
|
|
|
|
|
|
|
| Returns the list of drivers for the Twain devices connected to the current computer. |
|
|
|
|
|
|
|
| Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window. |
|
|
|
|
|
|
|
| Usage example of the dFill function |
|
|
|
|
|
|
|
| Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch. |
|
|
|
|
|
|
|
Adds a row in: - a Table control,
- a TreeView Table control,
- a Combo Box control "with table" (Table control displayed in a Combo Box control).
|
|
|
|
|
|
|
|
Draws a circle section or an ellipse section: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
|
|
|
|
|
|
|
Refreshes a Table or TeeeView Table control from a given position:- for a field linked to a file: changes made to the linked data file are reflected in the field..
- for a programmatically manipulated field: calculated columns are re-calculated.
|
|
|
|
|
|
|
|
| Closes a WINDEV window (and returns a value if necessary). |
|
|
|
|
|
|
|
| Formats a character string according to the selected options. |
|
|
|
|
|
|
|
Compares two strings character by character:- according to the sequence of ASCII characters.
- according to the alphabetical order.
|
|
|
|
|
|
|
|
| Adds an existing context menu to the main menu of the current window. |
|
|
|
|
|
|
|
| List of functions for managing character strings |
|
|
|
|
|
|
|
Inserts an element at a given position:- into a one-dimensional array.
- into an associative array.
- into an advanced array property (array of gglCalendar events, etc.).
- into a WLanguage list.
|
|
|
|
|
|
|
|
| Retrieves a message found in the code of a program in the current language. |
|
|
|
|
|
|
|
| Searches for the index of an element in a WLanguage array. |
|
|
|
|
|
|
|
Adds an element in last position:- of a one-dimensional WLanguage array.
- of an array property of an advanced variable type (array of events of a gglCalendar variable, etc.).
- of a WLanguage list.
|
|
|
|
|
|
|
|
| Checks whether a character string matches a specific format and retrieves the different substrings that match the format. |
|
|
|
|
|
|
|
| Returns the week number within the year that corresponds to the specified date (this date is a character string). |
|
|
|
|
|
|
|
Returns:- the name of nth option or sub-option found in the main menu of window.
- the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile).
|
|
|
|
|
|
|
|
| Several WINDEV functions can be used to handle the Windows registry... |
|
|
|
|
|
|
|
| Returns the current value of investment. |
|
|
|
|
|
|
|
| Builds a sequence of characters containing a line. |
|
|
|
|
|
|
|
| ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used. |
|
|
|
|
|
|
|
| Identifies the key found after the specified key in the Windows registry. |
|
|
|
|
|
|
|
| Indicates the type of data and the data to copy/move during Drag/Drop. |
|
|
|
|
|
|
|
| Manages the mouse cursor and specifies the action allowed during Drag and Drop. |
|
|
|
|
|
|
|
| Deletes a subkey from the Windows registry. |
|
|
|
|
|
|
|
| Permanently deletes a control from a window, page or report. |
|
|
|
|
|
|
|
| A multilingual application can be distributed in multiple languages... |
|
|
|
|
|
|
|
| Specifies whether the space characters on the right of the value found in the control are deleted. |
|
|
|
|
|
|
|
| Locks the current thread while waiting for the specified event to be opened. |
|
|
|
|
|
|
|
| Retrieves the text or image found in the system clipboard. |
|
|
|
|
|
|
|
| Explicitly destroys an event. |
|
|
|
|
|
|
|
| Returns the name of Nth control found in the specified element. |
|
|
|
|
|
|
|
| Stops the current process and forces the input in the specified control, window or page. |
|
|
|
|
|
|
|
| Creates a font definition. |
|
|
|
|
|
|
|
| Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section). |
|
|
|
|
|
|
|
| Explicitly destroys a semaphore. |
|
|
|
|
|
|
|
| List of constants used by string functions |
|
|
|
|
|
|
|
| Stops a secondary thread. Function not recommended. |
|
|
|
|
|
|
|
| Inserts an element into a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
|
| Locks the current thread until it receives a signal from another thread. |
|
|
|
|
|
|
|
| Replaces or inserts a character string in an RTF control (found in a window or in a report) or in a string in RTF (containing a text in RTF). |
|
|
|
|
|
|
|
| Starts the execution of a secondary thread. |
|
|
|
|
|
|
|
| Adds an element to a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Identifies the path of first subkey of specified key in the Windows registry. |
|
|
|
|
|
|
|
| Enumerates project elements: windows, pages, reports, queries, etc. |
|
|
|
|
|
|
|
| Displays a message in a standard dialog box with the "Yes", "No" and "Cancel" options, and returns the user's choice. |
|
|
|
|
|
|
|
| Retrieves the number and the name of the files "dropped" from the explorer. |
|
|
|
|
|
|
|
| Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice. |
|
|
|
|
|
|
|
| Creates an Excel file with the data from a Table or TreeView Table control. |
|
|
|
|
|
|
|
Allows you to:- find out and/or modify the behavior of the application or site when some errors are generated.
- optimize the calls to the functions declared externally.
- find out and/or change how the application uses JITc.
- find out and/or modify the management mode of low references for all the instantiated objects.
|
|
|
|
|
|
|
|
| List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls. |
|
|
|
|
|
|
|
| Constants used by functions that handle threads, critical sections, semaphores, mutexes, etc. |
|
|
|
|
|
|
|
| Executes a program (an executable file, for example) from the current application. |
|
|
|
|
|
|
|
Adds a row in: - a Table control,
- a TreeView Table control.
|
|
|
|
|
|
|
|
Inserts a row into: - a Table control,
- a TreeView Table control.
|
|
|
|
|
|
|
|
| Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls). |
|
|
|
|
|
|
|
| Modifies or lists the attributes of the text currently selected in an RTF field (in a WINDEV window or report). |
|
|
|
|
|
|
|
| Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue). |
|
|
|
|
|
|
|
| The following paragraphs present the main aspects and specific features of the Native SAP ASE Connector (also called Native Sybase Access)... |
|
|
|
|
|
|
|
| Displays or removes a message from the status bar of the current window or browser. |
|
|
|
|
|
|
|
| Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF. |
|
|
|
|
|
|
|
| Refreshes a List Box, ListView or Combo Box control based on a data file |
|
|
|
|
|
|
|
| Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice. |
|
|
|
|
|
|
|
| Returns the lowest value. |
|
|
|
|
|
|
|
| When an application displays or saves data in HFSQL data files, this data is typed in the current language... |
|
|
|
|
|
|
|
| Returns the index of the selected element in the Table or TreeView Table control. |
|
|
|
|
|
|
|
| Retrieves the specified information about the version of an executable or DLL. |
|
|
|
|
|
|
|
| To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application... |
|
|
|
|
|
|
|
| Returns the greatest value passed as parameter. |
|
|
|
|
|
|
|
| Indicates the origin of the entry in the control. |
|
|
|
|
|
|
|
| Marks the beginning of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section. |
|
|
|
|
|
|
|
| TableMode is kept for backward compatibility. |
|
|
|
|
|
|
|
The SAP ASE Native Connector (also called Sybase Native Connector) allows you to: - specify the input values during the call to a stored procedure.
- retrieve the output values after a call to a stored procedure.
|
|
|
|
|
|
|
|
| Calculates the height of an image (in bitmap format) found in the clipboard. |
|
|
|
|
|
|
|
| Calculates the width of an image (in bitmap format) found in the clipboard. |
|
|
|
|
|
|
|
| Once the translation of framework libraries ("... |
|
|
|
|
|
|
|
| To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis... |
|
|
|
|
|
|
|
| When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error... |
|
|
|
|
|
|
|
| Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis). |
|
|
|
|
|
|
|
| The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database... |
|
|
|
|
|
|
|
| Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis). |
|
|
|
|
|
|
|
| This help page presents the different error messages that can be displayed in the browser... |
|
|
|
|
|
|
|
| Returns the future value of an investment. |
|
|
|
|
|
|
|
The Native SQL Server Connector is used to:- specify the input values during the call to a stored procedure.
- retrieve the output values after a call to a stored procedure.
|
|
|
|
|
|
|
|
| In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters... |
|
|
|
|
|
|
|
| Returns the index of the selected element in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
|
| Enables input in the search area in the column title of the Table or Treeview Table control. |
|
|
|
|
|
|
|
| Adds a backslash to the end of a string, if necessary. |
|
|
|
|
|
|
|
| Loads a library of WINDEV objects in memory (.WDL). |
|
|
|
|
|
|
|
| Returns the full path of the selected element in a TreeView control. |
|
|
|
|
|
|
|
| List of constants used by control management functions |
|
|
|
|
|
|
|
| Disconnects a network drive. |
|
|
|
|
|
|
|
| Usage example of the OpenSister function |
|
|
|
|
|
|
|
Draws a polygon: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
|
|
|
|
|
|
|
Draws a line: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
|
|
|
|
|
|
|
Reverses the colors: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
|
|
|
|
|
|
|
| A secondary thread cannot directly open a window with the standard WLanguage functions such as... |
|
|
|
|
|
|
|
| Events can be used to synchronize the different threads of an application... |
|
|
|
|
|
|
|
| List of image drawing and processing functions |
|
|
|
|
|
|
|
| Returns the name of a column found in a Table or Treeview Table control. |
|
|
|
|
|
|
|
| Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp). |
|
|
|
|
|
|
|
| List of functions for managing windows |
|
|
|
|
|
|
|
| Runs an Automatic Application Feature (AAF) on a control or window. |
|
|
|
|
|
|
|
| Builds a sequence of characters containing an aligned text or an aligned image. |
|
|
|
|
|
|
|
| Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array. |
|
|
|
|
|
|
|
| Deletes an element from a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
|
Indicates whether the code is run:- from a WINDEV application, a WEBDEV website or a PHP page.
- from a component.
|
|
|
|
|
|
|
|
| Builds a sequence of characters containing an image. |
|
|
|
|
|
|
|
Adds an "invisible" value to an element of a List or Combo Box control.Function kept for compatibility. It is recommended to use gStoredValue. |
|
|
|
|
|
|
|
| Returns the alias of the specified MDI child window. |
|
|
|
|
|
|
|
| Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface. |
|
|
|
|
|
|
|
| WINDEV and WEBDEV offer an optional Native Oracle Connector (also called Native Oracle Access... |
|
|
|
|
|
|
|
| In some cases, it may be useful to run the same query multiple times while modifying one or more parameters... |
|
|
|
|
|
|
|
| List of various constants. |
|
|
|
|
|
|
|
| Deletes a connection between the current program and a recipient. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|