This section describes the macros of the Oracle Forms Open API Object Library object.
d2folbg_client_info( ctx, obj, val );
This macro returns the value of the D2FP_CLIENT_INFO property of the object library object as a type dvoid pointer.
d2folbg_name( ctx, obj, val );
This macro returns the value of the D2FP_NAME property of the object library object as type text.
d2folbg_next( ctx, obj, val );
This macro returns the value of the D2FP_NEXT property of the object library object as type object.
d2folbg_obj_count( ctx, obj, val );
This macro returns the value of the D2FP_OBJ_COUNT property of the object library object as type number.
d2folbg_obj_lib_tab( ctx, obj, val );
This macro returns the value of the D2FP_OBJ_LIB_TAB property of the object library object as type object.
d2folbg_previous( ctx, obj, val );
This macro returns the value of the D2FP_PREVIOUS property of the object library object as type object.
d2folbs_client_info( ctx, obj, val );
This macro sets the value of the D2FP_CLIENT_INFO property of the object library object.
d2folbs_name( ctx, obj, val );
This macro sets the value of the D2FP_NAME property of the object library object.
Creating modules using the Open API
Modifying modules using the Open API