IsRowVisible Method (OracleFormsListView)
Class
OracleFormsListView
.
Action
Returns whether the specified row is visible.
Syntax
rowVisible
=
oracleFormsListView
.
IsRowVisible
(
index
)
Variable
Description
rowVisible
Boolean
.
index
The index of the row. The value is zero-based.
Integer
.