|
|
|
|
|
|
|
Opens and runs a WINDEV project. |
|
|
|
|
|
|
Runs the code of a control or the code of a procedure in WLanguage. |
|
|
|
|
|
|
Returns the number of windows opened at a given time. |
|
|
|
|
|
|
Closes the current window and restores the context that existed before the window opening. |
|
|
|
|
|
|
Returns the handle of a window or control. |
|
|
|
|
|
|
Prints a report created with the report editor. |
|
|
|
|
|
|
Displays a dialog box containing an information logo and the message passed in parameter. |
|
|
|
|
|
|
Returns the command line passed in parameter to the executable program. |
|
|
|
|
|
|
Displays a message in the status bar. |
|
|
|
|
|
|
Allows the programs currently run to process the Windows messages or runs a temporization. |
|
|
|
|
|
|
Displays a dialog box that includes a logo, a message and the "Yes" and "No" buttons. |
|
|
|
|
|
|
Displays a dialog box containing an error logo and the message passed in parameter. |
|
|
|
|
|
|
Retrieves the value of a control. |
|
|
|
|
|
|
Displays a mouse pointer shaped like an hourglass. |
|
|
|
|
|
|
Initializes the sound interpreter. |
|
|
|
|
|
|
Plays the requested sound. |
|
|
|
|
|
|
Displays each function call and each status report returned by the function. |
|
|
|
|
|
|
Opens the specified window by closing all the windows opened beforehand. |
|
|
|
|
|
|
Ends a program that is using WINDEV. |
|
|
|
|
|
|
An external component is a set of WINDEV elements: windows, reports, analysis, etc.... |
|
|
|
|
|
|
Reads:
a block of bytes (characters) in an external file (ANSI or Unicode),
the content of an external file (ANSI or Unicode) and assigns it to a memory area.... |
|
|
|
|
|
|
Modifies the current language for the next print (programmed print or report print). |
|
|
|
|
|
|
Reads:
a block of bytes (characters) in an external file (ANSI or Unicode),
the content of an external file (ANSI or Unicode) and assigns it to a memory area.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|