|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | ApplyEntry () |
Applies entry to the browse widget |
|
+ | ApplyEntryToCell (character) |
Applies entry to a cell of a browse widget |
|
+ | ApplyEntryToCell (handle) |
Applies entry to a cell of a browse widget |
|
+ | LOGICAL DELETE-CURRENT-ROW () |
Deletes the most recently selected row from a browse and the results list. |
|
+ | LOGICAL DELETE-SELECTED-ROW (integer) |
Deletes the nth selected row from a browse and the results list. |
|
+ | LOGICAL DELETE-SELECTED-ROWS () |
Deletes all currently selected rows from a browse and the associated
results list. |
|
+ | LOGICAL DESELECT-FOCUSED-ROW () |
Deselects the row with current focus. |
|
+ | LOGICAL DESELECT-ROWS () |
Deselects all currently selected rows in the browse and clears the
associated record buffer. |
|
+ | LOGICAL DESELECT-SELECTED-ROW (integer) |
Deselects the nth selected row in a browse |
|
+ | LOGICAL FETCH-SELECTED-ROW (integer) |
Fetches the piRow'th selected row in a browse and puts the row into
the database buffer. In other words, this method specifies one row
from the one-based index into all currently selected rows and puts
that row into the record buffer. |
|
+ | INTEGER GET-REPOSITIONED-ROW () |
Returns the row index of the browse viewport where the REPOSITION
TO ROWID (or RECID) statement displays a repositioned record. |
|
+ | LOGICAL IS-ROW-SELECTED (integer) |
Returns TRUE if a specified row in the browse viewport is currently
selected. |
|
+ | LOGICAL Refresh () |
Forces the AVM to refresh the display of the current rows in a browse. |
|
+ | LOGICAL REPOSITION-TO-ROW (integer) |
Moves a query objects result list pointer to the row corresponding
to the specified sequence number. |
|
+ | LOGICAL SCROLL-TO-SELECTED-ROW (integer) |
Scrolls a browse (if necessary) to bring a specified selected row
into view |
|
+ | LOGICAL SELECT-ALL () |
Selects all rows in a query connected to the browse. |
|
+ | LOGICAL SELECT-FOCUSED-ROW () |
Selects the row that currently has focus in a browse widget, even if
it is not currently displayed. |
|
+ | LOGICAL SELECT-NEXT-ROW () |
Deselects all currently selected rows in a browse and selects the
row after the deselected row. |
|
+ | LOGICAL SELECT-PREV-ROW () |
Deselects a currently selected row in a browse and selects the row
before the deselected row. |
|
+ | LOGICAL SELECT-ROW (integer) |
Selects the specified row if it is currently in the browse viewport.
In a single-select browse, the previously selected row is deselected. |
|
+ | LOGICAL SET-REPOSITIONED-ROW (integer, character) |
Sets the row index where records positioned with the REPOSITION TO
ROWID (or RECID) statement are displayed. |
Options | Name | Purpose | |
---|---|---|---|
+ | AblBrowseWidgetApi (handle) |
Constructor for the AblBrowseWidgetApi class |
Options | Name | Purpose | |
---|---|---|---|
+ | HANDLE CURRENT-COLUMN |
The value of the browse column that contains the current cell. This
attribute moves focus to the cell in the specified column in the current
row. |
|
+ | INTEGER NUM-ITERATIONS |
The number of currently visible foreground iterations for a frame
or the number of rows currently visible in a browse widget. |
|
+ | INTEGER NUM-LOCKED-COLUMNS |
The number of visible leading columns locked in a browse widget. |
|
+ | INTEGER NUM-SELECTED-ROWS |
Returns the number of selected rows |
|
+ | HANDLE QUERY |
Returns the Query used by the Browse |
Top
PUBLIC ApplyEntry ()
|
|||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ApplyEntryToCell (character)
|
|||||||||||||||||||||||||||||
PUBLIC ApplyEntryToCell (handle)
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL DELETE-CURRENT-ROW ()
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL DELETE-SELECTED-ROW (integer)
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL DELETE-SELECTED-ROWS ()
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL DESELECT-FOCUSED-ROW ()
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL DESELECT-ROWS ()
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL DESELECT-SELECTED-ROW (integer)
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL FETCH-SELECTED-ROW (integer)
|
|||||||||||||||||||||||||||||
PUBLIC INTEGER GET-REPOSITIONED-ROW ()
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL IS-ROW-SELECTED (integer)
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL Refresh ()
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL REPOSITION-TO-ROW (integer)
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL SCROLL-TO-SELECTED-ROW (integer)
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL SELECT-ALL ()
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL SELECT-FOCUSED-ROW ()
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL SELECT-NEXT-ROW ()
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL SELECT-PREV-ROW ()
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL SELECT-ROW (integer)
|
|||||||||||||||||||||||||||||
PUBLIC LOGICAL SET-REPOSITIONED-ROW (integer, character)
|
PUBLIC AblBrowseWidgetApi (handle)
|
---|
PUBLIC HANDLE CURRENT-COLUMN
|
|||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC INTEGER NUM-ITERATIONS
|
|||||||||||||||||||||||||||||||
PUBLIC INTEGER NUM-LOCKED-COLUMNS
|
|||||||||||||||||||||||||||||||
PUBLIC INTEGER NUM-SELECTED-ROWS
|
|||||||||||||||||||||||||||||||
PUBLIC HANDLE QUERY
|