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

Object group child object macros

This section describes the macros of the Oracle Forms Open API Object Group Child object.

d2fogcg_client_info( ctx, obj, val );

This macro returns the value of the D2FP_CLIENT_INFO property of the object group child object as a type dvoid pointer.

d2fogcg_name( ctx, obj, val );

This macro returns the value of the D2FP_NAME property of the object group child object as type text.

d2fogcg_next( ctx, obj, val );

This macro returns the value of the D2FP_NEXT property of the object group child object as type object.

d2fogcg_obj_grp_child_real_obj( ctx, obj, val );

This macro returns the value of the D2FP_OBJ_GRP_CHILD_REAL_OBJ property of the object group child object as type object.

d2fogcg_previous( ctx, obj, val );

This macro returns the value of the D2FP_PREVIOUS property of the object group child object as type object.

d2fogcg_source( ctx, obj, val );

This macro returns the value of the D2FP_SOURCE property of the object group child object as type object.

d2fogcs_client_info( ctx, obj, val );

This macro sets the value of the D2FP_CLIENT_INFO property of the object group child object.

d2fogcs_name( ctx, obj, val );

This macro sets the value of the D2FP_NAME property of the object group child object.

d2fogcs_obj_grp_child_real_obj( ctx, obj, val );

This macro sets the value of the D2FP_ OBJ_GRP_CHILD_REAL_OBJ property of the object group child object.


Creating modules using the Open API

Modifying modules using the Open API

About Open API header files

Object group child object functions

Object group child API properties

Object group child object