This section describes the macros of the Oracle Forms Open API Object Group object.
d2fobgg_client_info( ctx, obj, val );
This macro returns the value of the D2FP_CLIENT_INFO property of the object group object as a type dvoid pointer.
d2fobgg_comment( ctx, obj, val );
This macro returns the value of the D2FP_COMMENT property of the object group object as type text.
d2fobgg_module( ctx, obj, val );
This macro returns the value of the D2FP_MODULE property of the object group object as type object.
d2fobgg_name( ctx, obj, val );
This macro returns the value of the D2FP_NAME property of the object group object as type text.
d2fobgg_next( ctx, obj, val );
This macro returns the value of the D2FP_NEXT property of the object group object as type object.
d2fobgg_og_child( ctx, obj, val );
This macro returns the value of the D2FP_OG_CHILD property of the object group object as type object.
d2fobgg_owner( ctx, obj, val );
This macro returns the value of the D2FP_OWNER property of the object group object as type object.
d2fobgg_par_flnam( ctx, obj, val );
This macro returns the value of the D2FP_CLIENT_INFO property of the object group object as type text.
d2fobgg_par_flpath( ctx, obj, val );
This macro returns the value of the D2FP_PAR_FLPATH property of the object group object as type text.
d2fobgg_par_modstr( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODSTR property of the object group object as type number.
d2fobgg_par_modtyp( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODTYP property of the object group object as type number.
d2fobgg_par_module( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODULE property of the object group object as type text.
d2fobgg_par_nam( ctx, obj, val );
This macro returns the value of the D2FP_PAR_NAM property of the object group object as type text.
d2fobgg_previous( ctx, obj, val );
This macro returns the value of the D2FP_PREVIOUS property of the object group object as type object.
d2fobgg_source( ctx, obj, val );
This macro returns the value of the D2FP_SOURCE property of the object group object as type object.
d2fobgs_client_info( ctx, obj, val );
This macro sets the value of the D2FP_CLIENT_INFO property of the object group object.
d2fobgs_comment( ctx, obj, val );
This macro sets the value of the D2FP_COMMENT property of the object group object.
d2fobgs_name( ctx, obj, val );
This macro sets the value of the D2FP_NAME property of the object group object.
d2fobgs_par_flnam( ctx, obj, val );
This macro sets the value of the D2FP_PAR_FLNAM property of the object group object.
d2fobgs_par_flpath( ctx, obj, val );
This macro sets the value of the D2FP_PAR_FLPATH property of the object group object.
d2fobgs_par_modstr( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODSTR property of the object group object.
d2fobgs_par_modtyp( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODTYP property of the object group object.
d2fobgs_par_module( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODULE property of the object group object.
d2fobgs_par_nam( ctx, obj, val );
This macro sets the value of the D2FP_PAR_NAM property of the object group object.
Creating modules using the Open API