|
|
|
|
|
|
|
The ProcedureTrace property allows you to specify the name of the WLanguage procedure used to get the headers and data sent. |
|
|
|
|
|
|
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
The StartDate property is used to determine and change the start date of the selected time period:
in a Calendar control.
in an Organizer control.
in a Scheduler control.... |
|
|
|
|
|
|
The EndDate property is used to get and change the selected time period end date:
in a Calendar control,
in an Organizer control.
in a Scheduler control.... |
|
|
|
|
|
|
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls... |
|
|
|
|
|
|
Detects different elements in an image: object, faces, etc, ... This detection is achieved through artificial intelligence (AI). |
|
|
|
|
|
|
Displays the specified cell in a Spreadsheet control found in a window:
either the visible area of Spreadsheet control is moved to display the cell.
or the cell is displayed in the upper-left corner of visible area of Spreadsheet control.... |
|
|
|
|
|
|
Displays the specified cell in a Spreadsheet control found in a window:
either the visible area of Spreadsheet control is moved to display the cell.
or the cell is displayed in the upper-left corner of visible area of Spreadsheet control.... |
|
|
|
|
|
|
Opens:
the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it.
the form for configuring the In-App purchases of an application.... |
|
|
|
|
|
|
Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node). |
|
|
|
|
|
|
The InitialTool property is used to get or change the drawing tool selected by default in an Image Editor control. |
|
|
|
|
|
|
Flips an image contained in a WDPic variable with respect to a horizontal axis (symmetry with respect to a horizontal axis). |
|
|
|
|
|
|
Flips an image contained in a picLayer variable with respect to a horizontal axis (symmetry with respect to a horizontal axis). |
|
|
|
|
|
|
Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry with respect to a vertical axis). |
|
|
|
|
|
|
Undoes all the modifications made by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc. |
|
|
|
|
|
|
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)...... |
|
|
|
|
|
|
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ...... |
|
|
|
|
|
|
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created. |
|
|
|
|
|
|
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time.... |
|
|
|
|
|
|
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control.... |
|
|
|
|
|
|
The setup program creation wizard lets you customize the setup program windows...... |
|
|
|
|
|
|
The Variant type is used to:
store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ...
store named or indexed subelements.
store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists.
handle the NULL value in WLanguage.
store interactions with ActiveX objects and Automation programming.... |
|
|
|
|
|
|
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|