This section describes the macros of the Oracle Forms Open API Menu object.
d2fmnug_btm_ttl( ctx, obj, val );
This macro returns the value of the Bottom Title property of the menu object as type text.
d2fmnug_client_info( ctx, obj, val );
This macro returns the value of the D2FP_CLIENT_INFO property of the menu object as a type dvoid pointer.
d2fmnug_comment( ctx, obj, val );
This macro returns the value of the Comments property of the menu object as type text.
d2fmnug_mnu_itm( ctx, obj, val );
This macro returns the value of the Menu Item Type property of the menu object as type object.
d2fmnug_module( ctx, obj, val );
This macro returns the value of the D2FP_MODULE property of the menu object as type object.
d2fmnug_name( ctx, obj, val );
This macro returns the value of the Name property of the menu object as type text.
d2fmnug_next( ctx, obj, val );
This macro returns the value of the D2FP_NEXT property of the menu object as type object.
d2fmnug_owner( ctx, obj, val );
This macro returns the value of the D2FP_OWNER property of the menu object as type object.
d2fmnug_par_flnam( ctx, obj, val );
This macro returns the value of the D2FP_PAR_FLNAM property of the menu object as type text.
d2fmnug_par_flpath( ctx, obj, val );
This macro returns the value of the D2FP_PAR_FLPATH property of the menu object as type text.
d2fmnug_par_modstr( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODSTR property of the menu object as type number.
d2fmnug_par_modtyp( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODTYP property of the menu object as type number.
d2fmnug_par_module( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODULE property of the menu object as type text.
d2fmnug_par_nam( ctx, obj, val );
This macro returns the value of the D2FP_PAR_NAM property of the menu object as type text.
d2fmnug_previous( ctx, obj, val );
This macro returns the value of the D2FP_PREVIOUS property of the menu object as type object.
d2fmnug_source( ctx, obj, val );
This macro returns the value of the D2FP_SOURCE property of the menu object as type object.
d2fmnug_sub_ttl( ctx, obj, val );
This macro returns the value of the Subtitle property of the menu object as type text.
d2fmnug_tear_off_mnu( ctx, obj, val );
This macro returns the value of the Tear-off Menu property of the menu object as type boolean.
d2fmnug_title( ctx, obj, val );
This macro returns the value of the Title property of the menu object as type text.
d2fmnus_btm_ttl( ctx, obj, val );
This macro sets the value of the Bottom Title property of the menu object.
d2fmnus_client_info( ctx, obj, val );
This macro sets the value of the D2FP_CLIENT_INFO property of the menu object.
d2fmnus_comment( ctx, obj, val );
This macro sets the value of the Comments property of the menu object.
d2fmnus_mnu_itm( ctx, obj, val );
This macro sets the value of the Menu Item Type property of the menu object.
d2fmnus_module( ctx, obj, val );
This macro sets the value of the D2FP_MODULE property of the menu object.
d2fmnus_name( ctx, obj, val );
This macro sets the value of the Name property of the menu object.
d2fmnus_next( ctx, obj, val );
This macro sets the value of the D2FP_NEXT property of the menu object.
d2fmnus_owner( ctx, obj, val );
This macro sets the value of the D2FP_OWNER property of the menu object.
d2fmnus_par_flnam( ctx, obj, val );
This macro sets the value of the D2FP_PAR_FLNAM property of the menu object.
d2fmnus_par_flpath( ctx, obj, val );
This macro sets the value of the D2FP_PAR_FLPATH property of the menu object.
d2fmnus_par_modstr( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODSTR property of the menu object.
d2fmnus_par_modtyp( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODTYP property of the menu object.
d2fmnus_par_module( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODULE property of the menu object.
d2fmnus_par_nam( ctx, obj, val );
This macro sets the value of the D2FP_PAR_NAM property of the menu object.
d2fmnus_previous( ctx, obj, val );
This macro sets the value of the D2FP_PREVIOUS property of the menu object.
d2fmnus_source( ctx, obj, val );
This macro sets the value of the D2FP_SOURCE property of the menu object.
d2fmnus_sub_ttl( ctx, obj, val );
This macro sets the value of the Subtitle property of the menu object.
d2fmnus_tear_off_mnu( ctx, obj, val );
This macro sets the value of the Tear-off Menu property of the menu object.
d2fmnus_title( ctx, obj, val );
This macro sets the value of the Title property of the menu object.
Creating modules using the Open API
Modifying modules using the Open API
Menu object