|
|
|
|
|
|
|
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes. |
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
Allows you to find out and modify:- the display mode of grayed buttons found in the windows of your application.
- the display mode of translucent border for the windows of your application.
- the mode for loading large images.
|
|
|
|
|
|
|
A Bar Code control can be bound to an item in a data file, query, etc.... |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes...... |
|
|
|
|
|
|
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control. |
|
|
|
|
|
|
WEBDEV allows you to handle an iFrame control by programming...... |
|
|
|
|
|
|
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements...... |
|
|
|
|
|
|
The different types of items proposed in the data model editor are as follows: |
|
|
|
|
|
|
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)...... |
|
|
|
|
|
|
By using the Image Editor control in your websites, you will allow users to create and edit images or photos...... |
|
|
|
|
|
|
The Token type is used to define all the advanced characteristics of a token displayed in an edit control. |
|
|
|
|
|
|
The Internal Page control is used to display an existing internal page...... |
|
|
|
|
|
|
The keyword BREAK can correspond:
to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process.
to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement.... |
|
|
|
|
|
|
The Hint property gets and sets the hint text displayed when the Edit control is empty. |
|
|
|
|
|
|
The Thumbnail property is used to find out and modify the image displayed in thumbnail in a Thumbnail control. |
|
|
|
|
|
|
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)...... |
|
|
|
|
|
|
The different operations that can be performed on the page controls are as follows...... |
|
|
|
|
|
|
The xmlAttribute type is used to handle the attributes of a node in an XML document. |
|
|
|
|
|
|
Finds an element (leaf or node) in a TreeView control and returns its path. |
|
|
|
|
|
|
The HTMLBefore property gets and changes the HTML code added before the control. |
|
|
|
|
|
|
Indicates whether the code is run by an action plan of the software factory. |
|
|
|
|
|
|
Used to find out whether the "end of initialization" code was run for a window. |
|
|
|
|
|
|
Performs a search in:
a Table control,
a TreeView Table control,
a table displayed in a Combo Box control.... |
|
|
|
|
|
|
Indicates whether the code is run in the iOS emulator (iPhone, iPad). |
|
|
|
|
|
|
Indicates whether the code is run in the iOS simulator (iPhone, iPad). |
|
|
|
|
|
|
Starting with version 21, you can manage transactions in SQL code...... |
|
|
|
|
|
|
Returns the identifier associated with an element (node or leaf) in a TreeView control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|