A script-enabled browser is required for this page to function properly.

FIND_VA Built-in

Description

Searches the list of valid visual attributes in Oracle Forms. When the given visual attribute is located, the subprogram
returns a visual attribute ID. You must return the ID to an appropriately typed variable. Define the variable with a type of
VisualAttribute.

Syntax

FUNCTION FIND_VA
(va_name PROPERTY);

Built-in Type unrestricted function

Returns VisualAttribute

Enter Query Mode yes

Parameters

va_name
The name you gave the visual attribute when you created it. The data type is VARCHAR2.

Referencing Oracle Forms Objects by Internal ID