GET_VAR_BOUNDS Built-in
Description
Obtains the bounds of an OLE variant's array.
Syntax
PROCEDURE GET_VAR_BOUNDS
(var OLEVAR, bounds OLE_SAFEARRAYBOUNDS);
Built-in Type unrestricted function
Parameters
- var
-
- The variant.
-
- bounds
-
- The PL/SQL table that is populated with the bounds of the array.
Related topic
Referencing Oracle Forms Objects by Internal
ID