|
|
|
|
|
|
|
WEBDEV manages the following events by default (order of appearance in the code editor)... |
|
|
|
|
|
|
The MDILeft property is used to determine and change the distance between the left border of the MDI parent window and the left border of the MDI area. |
|
|
|
|
|
|
Returns the name of a unique temporary file. |
|
|
|
|
|
|
Returns the list of accessible Bluetooth devices. |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Defines the options used for the universal replication of a file:
the replication direction.
the management mode of conflicts.... |
|
|
|
|
|
|
Clones a menu or a menu option as well as the associated code. |
|
|
|
|
|
|
The Opacity property is used to get and change the opacity of an element. |
|
|
|
|
|
|
List of functions for managing Google maps... |
|
|
|
|
|
|
The ToolTip property gets and changes the tooltip text. |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Creates a link on a file at the specified location. |
|
|
|
|
|
|
The MDIRight property is used to determine and modify the distance between the right border of the MDI parent window and the right border of the MDI area. |
|
|
|
|
|
|
WLanguage procedure called by HTrack |
|
|
|
|
|
|
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file... |
|
|
|
|
|
|
Manages a progress bar while sending and receiving emails. |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Creates a record in a file of a Salesforce database. |
|
|
|
|
|
|
Returns the number of the current column in a multi-column report. |
|
|
|
|
|
|
Writes a custom runtime warning into the dynamic audit. |
|
|
|
|
|
|
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection.... |
|
|
|
|
|
|
Asks to recalculate the content of a materialized view. |
|
|
|
|
|
|
Lists the scheduled tasks defined on an HFSQL server:
stored procedure,
backup,
optimization,
refresh of materialized view.... |
|
|
|
|
|
|
The MDITop property is used to determine and change the distance between the top border of the MDI parent window and the top border of the MDI area. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|