|
|
|
|
|
|
|
The Type property is used to get:
the type of element (data file or item) defined programmatically or in the data model editor, view or query.
the type of object.
the type of data held in a Variant.... |
|
|
|
|
|
|
Several WLanguage properties can be used on an Organizer control found in a window...... |
|
|
|
|
|
|
Saves an image:
in a file in BMP format.
in memory.... |
|
|
|
|
|
|
You can manipulate HTML controls in a window, page or report using the following WLanguage properties...... |
|
|
|
|
|
|
Saves an image:
in a PNG file.
in memory.... |
|
|
|
|
|
|
Saves an image:
in a JPEG file.
in memory.... |
|
|
|
|
|
|
The FontName property is used to:
Identify the font used in a control.
Change the font used in a control.... |
|
|
|
|
|
|
Deletes all the elements:
from a one-dimensional or two-dimensional WLanguage array.
from an associative array.
from an advanced array property (array of gglCalendar events, etc.).
from a WLanguage queue.
from a WLanguage stack.
from a WLanguage list.... |
|
|
|
|
|
|
Allows you to:
extract a substring from a string based on a specified string separator.
search for substrings in a string based on a specified string separator.... |
|
|
|
|
|
|
Usage example of the fClose function |
|
|
|
|
|
|
The ExpandedImage property is used to:
find out and modify the default image associated with an expanded row in a TreeView Table control.
find out and/or modify the default image associated with an expanded row in a TreeView control.
find out and modify the image associated with a specific expanded row in a TreeView Table control.
find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report.... |
|
|
|
|
|
|
Allows you to:
move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly.
swap two rows in a two-dimensional array or in an advanced array property.... |
|
|
|
|
|
|
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface. |
|
|
|
|
|
|
The Vertical property is used to:
determine if a control is oriented horizontally or vertically.
change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely).... |
|
|
|
|
|
|
The NewLine property is used to determine:
in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX.
in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX.
in an Organizer control, whether an appointment was created via the popup menu.
in a Scheduler control, whether an appointment was created via the popup menu.... |
|
|
|
|
|
|
Adds a data into a chart. |
|
|
|
|
|
|
Usage example of the fSeek function |
|
|
|
|
|
|
List of properties associated with the Drawer control... |
|
|
|
|
|
|
Modifies the current connection. |
|
|
|
|
|
|
Defines the size of points in a "Scatter" chart. |
|
|
|
|
|
|
Identifies or defines whether the category labels are refreshed whenever the chart is drawn. |
|
|
|
|
|
|
Indicates whether the code is run during the test of a report or query in Reports & Queries. |
|
|
|
|
|
|
Names and runs an SQL query. |
|
|
|
|
|
|
Usage example of the fDelete function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|