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

Attached Library Object Macros

This section describes the macros of the Oracle Forms Open API Attached Library object.

d2falbg_client_info( ctx, obj, val );

This macro returns the value of the D2FP_CLIENT_INFO property of the attached library as a type dvoid pointer.

d2falbg_comment( ctx, obj, val );

This macro returns the value of the Comment property of the attached library as type text.

d2falbg_lib_loc( ctx, obj, val );

This macro returns the value of the PL/SQL Library Location property of the attached library as type text.

d2falbg_lib_src( ctx, obj, val );

This macro returns the value of the PL/SQL Library Source property of the attached library as type number.

d2falbg_name( ctx, obj, val );

This macro returns the value of the Name property of the attached library as type text.

d2falbg_next( ctx, obj, val );

This macro returns the value of the D2FP_NEXT property of the attached library as type object.

d2falbg_previous( ctx, obj, val );

This macro returns the value of the D2FP_PREVIOUS property of the attached library as type object.

d2falbs_client_info( ctx, obj, val );

This macro sets the value of the D2FP_CLIENT_INFO property of the attached library.

d2falbs_comment( ctx, obj, val );

This macro sets the value of the Comment property of the attached library.


Creating Modules Using the Open API

Modifying Modules Using the Open API

About Open API Header Files

Attached Library Object API Properties

Attached Library Object Functions

Attached Library Object