|
|
|
|
|
|
|
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window... |
|
|
|
|
|
|
The following functions are used to manage Drag and Drop: |
|
|
|
|
|
|
WINDEV proposes several types of setup for a WINDEV application...... |
|
|
|
|
|
|
There are multiple solutions to provide help to the users...... |
|
|
|
|
|
|
A Sliding Banner control can be handled through programming...... |
|
|
|
|
|
|
During the test of a report ("Go" button from the report editor), several print options are proposed...... |
|
|
|
|
|
|
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port. |
|
|
|
|
|
|
Reads a character string in the entry buffer of the specified serial port. |
|
|
|
|
|
|
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus...... |
|
|
|
|
|
|
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice.... |
|
|
|
|
|
|
The Compile keyword can correspond to:
the Compile function, which dynamically compiles a procedure whose source code is specified..
the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type).... |
|
|
|
|
|
|
In most cases, several popup menus are included in your applications...... |
|
|
|
|
|
|
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows...... |
|
|
|
|
|
|
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection...... |
|
|
|
|
|
|
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server...... |
|
|
|
|
|
|
Returns the height of a window, adapted to the content of controls. |
|
|
|
|
|
|
Returns the width of a window, adapted to the content of controls. |
|
|
|
|
|
|
The CriticalSection keyword can correspond to:
the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN.
the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.... |
|
|
|
|
|
|
List of constants used by the functions for sound management.... |
|
|
|
|
|
|
The "Commands" pane lists...... |
|
|
|
|
|
|
To share a project via the Source Code Manager, a repository must be created...... |
|
|
|
|
|
|
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report...... |
|
|
|
|
|
|
List of properties associated with a Static control... |
|
|
|
|
|
|
Adapts the window height to the content of controls. |
|
|
|
|
|
|
Adapts the window width to the content of controls. |
|
|
|
|
|
|
The "Messaging" pane is used to exchange messages between the employees of a company...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|