This section describes the macros of the Oracle Forms Open API Record Group object.
d2frcgg_client_info( ctx, obj, val );
This macro returns the value of the D2FP_CLIENT_INFO property of the record group object as a type dvoid pointer.
d2frcgg_col_spec( ctx, obj, val );
This macro returns the value of the D2FP_COL_SPEC property of the record group object as type object.
d2frcgg_comment( ctx, obj, val );
This macro returns the value of the D2FP_COMMENT property of the record group object as type text.
d2frcgg_module( ctx, obj, val );
This macro returns the value of the D2FP_MODULE property of the record group object as type object.
d2frcgg_name( ctx, obj, val );
This macro returns the value of the D2FP_NAME property of the record group object as type text.
d2frcgg_next( ctx, obj, val );
This macro returns the value of the D2FP_NEXT property of the record group object as type object.
d2frcgg_owner( ctx, obj, val );
This macro returns the value of the D2FP_OWNER property of the record group object as type object.
d2frcgg_par_flnam( ctx, obj, val );
This macro returns the value of the D2FP_PAR_FLNAM property of the record group object as type text.
d2frcgg_par_flpath( ctx, obj, val );
This macro returns the value of the D2FP_PAR_FLPATH property of the record group object as type text.
d2frcgg_par_modstr( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODSTR property of the record group object as type number.
d2frcgg_par_modtyp( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODTYP property of the record group object as type number.
d2frcgg_par_module( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODULE property of the record group object as type text.
d2frcgg_par_nam( ctx, obj, val );
This macro returns the value of the D2FP_PAR_NAM property of the record group object as type text.
d2frcgg_previous( ctx, obj, val );
This macro returns the value of the D2FP_PREVIOUS property of the record group object as type object.
d2frcgg_rec_grp_fetch_siz( ctx, obj, val );
This macro returns the value of the D2FP_REC_GRP_FETCH_SIZ property of the record group object as type number.
d2frcgg_rec_grp_qry( ctx, obj, val );
This macro returns the value of the D2FP_REC_GRP_QRY property of the record group object as type text.
d2frcgg_rec_grp_typ( ctx, obj, val );
This macro returns the value of the D2FP_CLIENT_INFO property of the record group object as type number.
d2frcgg_source( ctx, obj, val );
This macro returns the value of the D2FP_SOURCE property of the record group object as type object.
d2frcgs_client_info( ctx, obj, val );
This macro sets the value of the D2FP_CLIENT_INFO property of the record group object.
d2frcgs_comment( ctx, obj, val );
This macro sets the value of the D2FP_COMMENT property of the record group object.
d2frcgs_name( ctx, obj, val );
This macro sets the value of the D2FP_NAME property of the record group object.
d2frcgs_par_flnam( ctx, obj, val );
This macro sets the value of the D2FP_PAR_FLNAM property of the record group object.
d2frcgs_par_flpath( ctx, obj, val );
This macro sets the value of the D2FP_PAR_FLPATH property of the record group object.
d2frcgs_par_modstr( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODSTR property of the record group object.
d2frcgs_par_modtyp( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODTYP property of the record group object.
d2frcgs_par_module( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODULE property of the record group object.
d2frcgs_par_nam( ctx, obj, val );
This macro sets the value of the D2FP_PAR_NAM property of the record group object.
d2frcgs_rec_grp_fetch_siz( ctx, obj, val );
This macro sets the value of the D2FP_REC_GRP_FETCH_SIZ property of the record group object.
d2frcgs_rec_grp_qry( ctx, obj, val );
This macro sets the value of the D2FP_REC_GRP_QRY property of the record group object.
d2frcgs_rec_grp_typ( ctx, obj, val );
This macro sets the value of the D2FP_REC_GRP_TYP property of the record group object.
Creating modules using the Open API
Modifying modules using the Open API