|
|
|
|
|
|
|
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min |
|
|
|
|
|
|
Draws a rectangle:
in an Image control,
in an Image variable,
in a WDPic variable (on the background layer),
in a picLayer variable.... |
|
|
|
|
|
|
Declares the default background color for the rectangles and circles, ... used in an Image variable. |
|
|
|
|
|
|
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button...... |
|
|
|
|
|
|
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate.... |
|
|
|
|
|
|
The VisibleOutsideWindow property is used to:
determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially).
modify the visibility of an "off-window" button.... |
|
|
|
|
|
|
In a trigger, MyFile is used to identify the file that activates the trigger... |
|
|
|
|
|
|
The break is used to group the records corresponding to a sort criterion...... |
|
|
|
|
|
|
The YAxisMin property gets the minimum value of the Y-axis in a Chart control. |
|
|
|
|
|
|
The Project Management Hub allows you to configure...... |
|
|
|
|
|
|
The main operations that can be performed on an item are as follows...... |
|
|
|
|
|
|
Creating a replication with ReplicEdit allows you to specify several parameters...... |
|
|
|
|
|
|
Draws a section of a circle or an ellipse in an Image variable. |
|
|
|
|
|
|
Saves an image:
in a file in BMP format.
in memory.... |
|
|
|
|
|
|
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min |
|
|
|
|
|
|
Saves an image:
in a file in GIF format.
in memory.... |
|
|
|
|
|
|
The ColumnWidth property is used to get and change the width of each column in a multi-column Looper control. |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...... |
|
|
|
|
|
|
The TabMDI property is used to:
Get the type of a Tab control (simple tab or dynamic tab - MDI).
Change the type of a Tab control (simple tab or dynamic tab - MDI).
This property is obsolete from version 200057. Use DynamicTab.... |
|
|
|
|
|
|
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner...... |
|
|
|
|
|
|
When coding, developers often need to do a quick search in the current code... |
|
|
|
|
|
|
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|