|
|
|
|
|
|
|
|
|
|
|
|
|
|
| When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled... |
|
|
|
|
|
|
|
| Several steps must be performed to develop an iPhone/iPad application: |
|
|
|
|
|
|
|
| Positions on the next element of a memory area and returns the value of this element. |
|
|
|
|
|
|
|
| Extracts the last characters from a string or string buffer. |
|
|
|
|
|
|
|
| Retrieves the return value of an element found in a memory area. |
|
|
|
|
|
|
|
| Returns the net current value of investment. |
|
|
|
|
|
|
|
| Converts an integer into a date in YYYYMMDD format. |
|
|
|
|
|
|
|
| Converts a duration to a character string in the specified format. |
|
|
|
|
|
|
|
| Converts an integer into a time in HHMMSSCC format. |
|
|
|
|
|
|
|
| Calculates the interest rate for a loan over a specific period of time with fixed payments. |
|
|
|
|
|
|
|
| Returns the current value of investment. |
|
|
|
|
|
|
|
| Returns the number of payments required to pay off a capital according to a given rate. |
|
|
|
|
|
|
|
| Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate. |
|
|
|
|
|
|
|
| Returns the day of the week corresponding to the specified date (this date is an integer). |
|
|
|
|
|
|
|
| Returns the week number within the year that corresponds to the specified date (this date is an integer). |
|
|
|
|
|
|
|
| Returns the name of the month that corresponds to the specified date (this date is an integer). |
|
|
|
|
|
|
|
| Calculates the difference between two times in hundredths of a second. |
|
|
|
|
|
|
|
| Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization. |
|
|
|
|
|
|
|
| Calculates the value of linear amortization of a product over a specific period of time. |
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
| Checks the time validity. |
|
|
|
|
|
|
|
| Creates an amortization matrix for a fixed-rate loan over a defined period of time. |
|
|
|
|
|
|
|
| Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment. |
|
|
|
|
|
|
|
| Modifies the alias of a window. |
|
|
|
|
|
|
|
| Returns the result of the bitwise OR operation performed between two values. |
|
|
|
|
|
|
|
| Identifies the window currently in edit. |
|
|
|
|
|
|
|
| Converts a time to an integer. |
|
|
|
|
|
|
|
| Initializes the generator of random numbers. |
|
|
|
|
|
|
|
| Returns the result of a bitwise NOT operation performed on a value. |
|
|
|
|
|
|
|
| Returns the result of a bitwise exclusive OR operation performed between two values. |
|
|
|
|
|
|
|
| Identifies the window containing the WLanguage code currently run. |
|
|
|
|
|
|
|
| Closes the trace window if this window was opened or stops saving the trace information in a text file. |
|
|
|
|
|
|
|
| Converts the value stored in a Variant variable. |
|
|
|
|
|
|
|
| Returns the version number of the wdxxxvm DLL.
|
|
|
|
|
|
|
|
| Returns or modifies the system time (current time defined for the current computer). |
|
|
|
|
|
|
|
| Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization. |
|
|
|
|
|
|
|
| Returns the result of a bitwise AND operation performed between two values. |
|
|
|
|
|
|
|
| Deletes an element from a memory area. |
|
|
|
|
|
|
|
| Returns the horizontal screen resolution. |
|
|
|
|
|
|
|
| Returns the vertical screen resolution. |
|
|
|
|
|
|
|
| Returns the outer width of a window. |
|
|
|
|
|
|
|
| Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen. |
|
|
|
|
|
|
|
Deletes all rows from: - a Table control populated programmatically,
- a TreeView Table control populated programmatically,
- tables displayed in a Combo Box control.
|
|
|
|
|
|
|
|
| Artificially triggers the security mechanism of WLanguage by throwing an exception. |
|
|
|
|
|
|
|
| Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen. |
|
|
|
|
|
|
|
Returns:- the length of a string, i.e., the number of characters in the string (including spaces and binary zeros).
- the size of a buffer, i.e., the number of bytes in the buffer.
|
|
|
|
|
|
|
|
| Re-enables the current exception process if the exception was corrected. |
|
|
|
|
|
|
|
| Returns the details of an array: type of elements, number of dimensions, etc. |
|
|
|
|
|
|
|
| Compresses a string or a memory block (buffer) in binary format. |
|
|
|
|
|
|
|
| Decompresses a memory block (buffer) that was compressed by Compress. |
|
|
|
|
|
|
|
| Deselects a row from a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Retrieves a message found in the code of a program in the current language. |
|
|
|
|
|
|
|
| Returns the interior height of a window (without title bar and border). |
|
|
|
|
|
|
|
| Adds an element to a memory area. |
|
|
|
|
|
|
|
| Converts accented characters in a string to non-accented characters. |
|
|
|
|
|
|
|
| Returns the interior width of a window (without borders). |
|
|
|
|
|
|
|
| Concatenates N number of copies of the same specified string or buffer. |
|
|
|
|
|
|
|
| Returns the horizontal position of the upper-left corner of the client area of a window (without border and title bar), in relation to the upper-left corner of the screen. |
|
|
|
|
|
|
|
| Indicates whether or not a Table or TreeView Table control is in edit mode. |
|
|
|
|
|
|
|
| Sets the position on the last element of memory area and returns the value of this element. |
|
|
|
|
|
|
|
| Returns the ASCII code of the specified character. |
|
|
|
|
|
|
|
| Returns the vertical position of the upper-left corner of the client area of a window (without border and title bar), in relation to the upper-left corner of the screen. |
|
|
|
|
|
|
|
| Returns the index of the current element. |
|
|
|
|
|
|
|
| Modifies the title of the current window (returned by CurrentWin) and the title bar. |
|
|
|
|
|
|
|
| Used to find out whether the browse performed on a memory area is outside this memory area. |
|
|
|
|
|
|
|
| Checks the existence of a memory area. |
|
|
|
|
|
|
|
| Returns the character corresponding to the specified ASCII code. |
|
|
|
|
|
|
|
| Returns the phonetic transcription of the string passed as parameter. |
|
|
|
|
|
|
|
| Extracts the left part (i.e., the first characters) from a string or buffer. |
|
|
|
|
|
|
|
| Clears and deletes a memory area. |
|
|
|
|
|
|
|
| Positions on the first element of a memory area and returns the value of this first element. |
|
|
|
|
|
|
|
| Returns a character string of a specified length. |
|
|
|
|
|
|
|
| Sorts the elements found in a memory area. |
|
|
|
|
|
|
|
| Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window. |
|
|
|
|
|
|
|
Seeks an element in a memory area:- on the value added by MemAdd or on the value modified by MemModify,
- on the return value.
|
|
|
|
|
|
|
|
| Immediately redraws the window controls that will be graphically refreshed. |
|
|
|
|
|
|
|
| Converts all characters in a string to lowercase according to the region settings defined in Windows. |
|
|
|
|
|
|
|
| Positions on the element found before the current element of a memory area and returns the value of this element. |
|
|
|
|
|
|
|
| Returns the list of sorted columns found in a Table control. |
|
|
|
|
|
|
|
| Formats a character string according to the selected options. |
|
|
|
|
|
|
|
| Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory area. |
|
|
|
|
|
|
|
| Returns the index of a column in a Table or Treeview Table control. |
|
|
|
|
|
|
|
| Converts all characters in a string to uppercase according to the region settings defined in Windows. |
|
|
|
|
|
|
|
| Checks whether the sought element was found. |
|
|
|
|
|
|
|
| Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255. |
|
|
|
|
|
|
|
| Returns the outer height of a window. |
|
|
|
|
|
|
|
| Returns the number of elements found in a memory area. |
|
|
|
|
|
|
|
| Positions the memory area on an element. |
|
|
|
|
|
|
|
| Modifies an element in a memory area. |
|
|
|
|
|
|
|
| Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc. |
|
|
|
|
|
|
|
Returns for a given position in a Table or TreeView Table control (coordinates of a control point):- the name of the column displayed for the specified position.
- the index of the row or column for the specified position.
|
|
|
|
|
|
|
|
Extracts: - a substring from a string starting at a specified position.
- part of a buffer starting at a specified position.
|
|
|
|
|
|
|
|
Inserts a row into: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
|
|
|
|
|
|
|
Modifies a row in: - a Table control,
- a TreeView Table control.
|
|
|
|
|
|
|
|
| Returns the text of last error caused by a MCI function (Media Control Interface). |
|
|
|
|
|
|
|
| Identifies or displays an MDI child window in the foreground. |
|
|
|
|
|
|
|
| Retrieves the DC (Device Context) of a window, control or screen. |
|
|
|
|
|
|
|
| Returns the alias of the specified MDI child window. |
|
|
|
|
|
|
|
| Encrypts a string in binary format or in ASCII format. |
|
|
|
|
|
|
|
| Converts a numeric value (integer, real or currency) to a string according to a specified format. |
|
|
|
|
|
|
|
Performs a search in: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
|
|
|
|
|
|
|
| Adds a backslash to the end of a string, if necessary. |
|
|
|
|
|
|
|
Inserts a row into: - a Table control,
- a TreeView Table control.
|
|
|
|
|
|
|
|
| Opens a non-modal child window. |
|
|
|
|
|
|
|
Modifies a row in: - a Table control,
- a TreeView Table control,
- tables displayed in a Combo Box control.
|
|
|
|
|
|
|
|
| Returns the name of a column found in a Table or Treeview Table control. |
|
|
|
|
|
|
|
Adds a row in: - a Table control,
- a TreeView Table control.
|
|
|
|
|
|
|
|
| Creates the image of the specified window in a BMP file. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
| Minimizes a WINDEV window. |
|
|
|
|
|
|
|
| Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart). |
|
|
|
|
|
|
|
Calculates: - the number of occurrences of a specific character string (by respecting the search criteria) in another character string.
- the number of occurrences of a set of strings in an array.
|
|
|
|
|
|
|
|
| Identifies the name of the MDI parent window. |
|
|
|
|
|
|
|
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). |
|
|
|
|
|
|
|
| Finds the position of a specified string within another string. |
|
|
|
|
|
|
|
Returns a character string without the space characters: - from the left and right side of the initial string.
- within the string.
|
|
|
|
|
|
|
|
WinSize:- returns or modifies the window display mode (maximized, minimized or normal),
- modifies the window height and/or width,
- moves the window and modifies a window's height and/or width.
|
|
|
|
|
|
|
|
| Builds a character string from an initial string and parameters. |
|
|
|
|
|
|
|
| Finds the Xth position of a string within another string. |
|
|
|
|
|
|
|
| Terminates execution of an application (32-bit or 64-bit) on the current seat: all instances of the executable are "killed". |
|
|
|
|
|
|
|
| Modifies the title of next window to open. |
|
|
|
|
|
|
|
| Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Replaces all occurrences of a specified substring in a string with another specified substring. |
|
|
|
|
|
|
|
| Returns the last result of the MCI command run by MCIExecute. |
|
|
|
|
|
|
|
| Retrieves the specified information about the version of an executable or DLL. |
|
|
|
|
|
|
|
| Enables input in the search area in the column title of the Table or Treeview Table control. |
|
|
|
|
|
|
|
Converts:- an ANSI string (Windows) to a UNICODE string.
- a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
|
|
|
|
|
|
|
|
| Returns the index of the selected element in the Table or TreeView Table control. |
|
|
|
|
|
|
|
Deletes all elements:- from a one-dimensional or two-dimensional WLanguage array.
- from an associative array.
- from an advanced array property (array of gglCalendar events, etc.).
- from a WLanguage queue.
- from a WLanguage stack.
- from a WLanguage list.
|
|
|
|
|
|
|
|
| Constants used by functions that handle threads, critical sections, semaphores, mutexes, etc. |
|
|
|
|
|
|
|
| Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls). |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Opens a document in its associated application. |
|
|
|
|
|
|
|
| Used to build the path of the elements found in a TreeView control by differentiating the duplicates. |
|
|
|
|
|
|
|
| Selects a row in a Table or TreeView Table control. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Deletes a row from: - a Table control,
- a TreeView Table control,
- a table displayed in a Combo Box control.
|
|
|
|
|
|
|
|
| Retrieves information about the current exception. |
|
|
|
|
|
|
|
| Returns or modifies the current height of the "Icon Bar" area in the current MDI parent window. |
|
|
|
|
|
|
|
| Retrieves the number and the name of the files "dropped" from the explorer. |
|
|
|
|
|
|
|
| Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls. |
|
|
|
|
|
|
|
| Copies the content of an array to another array. |
|
|
|
|
|
|
|
| Sorts a Table or TreeView Table control on one or more columns (lexicographical sort). |
|
|
|
|
|
|
|
Converts:- a UNICODE string to ANSI (Windows).
- a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows).
|
|
|
|
|
|
|
|
| Decrypts a string that was encrypted by Encrypt. |
|
|
|
|
|
|
|
| Searches for the index of an element in a WLanguage array. |
|
|
|
|
|
|
|
| Returns information about the Windows version used on the current computer. |
|
|
|
|
|
|
|
| Returns the numeric value of a character string. |
|
|
|
|
|
|
|
| Loads the file containing the error messages in the desired language into memory. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Returns the number of the last error caused by a MCI function (Media Control Interface). |
|
|
|
|
|
|
|
| Checks whether a character string matches a specific format and retrieves the different substrings that match the format. |
|
|
|
|
|
|
|
Retrieves and/or changes the character set used:- by all the screen fonts.
- by all the operations performed on the character strings (functions and/or operators).
|
|
|
|
|
|
|
|
| Two different copy modes are proposed by WDTRAD... |
|
|
|
|
|
|
|
| Returns the week number within the year that corresponds to the specified date (this date is a character string). |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Gets or sets the window state. |
|
|
|
|
|
|
|
| Opens the trace window or saves the trace information in a text file. |
|
|
|
|
|
|
|
| Plays a sound in WAV format. |
|
|
|
|
|
|
|
| Reads the content of an INI file (or the content of a file structured like .INI files). |
|
|
|
|
|
|
|
| Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp). |
|
|
|
|
|
|
|
| List of various functions found in WINDEV, WINDEV Mobile and WEBDEV. |
|
|
|
|
|
|
|
| Branches a procedure to the event of an automation object. |
|
|
|
|
|
|
|
| WWSurveillance (the monitoring robot) is used to monitor a Web server that runs dynamic WEBDEV sites... |
|
|
|
|
|
|
|
| Converts a time to a string in the specified format. |
|
|
|
|
|
|
|
| This page presents the main terms specific to WEBDEV used in the documentation... |
|
|
|
|
|
|
|
| To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed... |
|
|
|
|
|
|
|
| The remote WEBDEV administrator is a WEBDEV website, installed on the Deployment Web server... |
|
|
|
|
|
|
|
| The table below presents the different modules installed by the WEBDEV Application Server and their main features... |
|
|
|
|
|
|
|
| Clears the content of an Image variable or Image control and fills it with the specified color. |
|
|
|
|
|
|
|
| When installing a WEBDEV website on a Windows server, the details regarding the site are automatically inserted into the registry, at the following entry... |
|
|
|
|
|
|
|
| Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example. |
|
|
|
|
|
|
|
| Remarks and specific features of Native Progress Connector... |
|
|
|
|
|
|
|
| The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis... |
|
|
|
|
|
|
|
| The use of SQL functions to handle Progress data does not require importing the file structure into the analysis... |
|
|
|
|
|
|
|
| The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis... |
|
|
|
|
|
|
|
| The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis... |
|
|
|
|
|
|
|
| To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis... |
|
|
|
|
|
|
|
| WDDIXIO is a tool that helps you translate the text of an application... |
|
|
|
|
|
|
|
| To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis... |
|
|
|
|
|
|
|
| WDDIXIO is automatically installed along with WDMSG or WDINT... |
|
|
|
|
|
|
|
| Dynamically compile a Procedure whose source code is supplied (dynamic compilation). |
|
|
|
|
|
|
|
| The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database... |
|
|
|
|
|
|
|
| The SQL functions can be used to handle the MySQL database... |
|
|
|
|
|
|
|
| Returns the future value of an investment. |
|
|
|
|
|
|
|
| When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error... |
|
|
|
|
|
|
|
| Events can be used to synchronize the different threads of an application... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|