This section describes the macros of the Oracle Forms Open API Program Unit object.
d2fpgug_client_info( ctx, obj, val );
This macro returns the value of the D2FP_CLIENT_INFO property of the program unit object as a type dvoid pointer.
d2fpgug_comment( ctx, obj, val );
This macro returns the value of the Comments property of the program unit object as type text.
d2fpgug_module( ctx, obj, val );
This macro returns the value of the D2FP_MODULE property of the program unit object as type object.
d2fpgug_name( ctx, obj, val );
This macro returns the value of the Name property of the program unit object as type text.
d2fpgug_next( ctx, obj, val );
This macro returns the value of the D2FP_NEXT property of the program unit object as type object.
d2fpgug_owner( ctx, obj, val );
This macro returns the value of the D2FP_OWNER property of the program unit object as type object.
d2fpgug_par_flnam( ctx, obj, val );
This macro returns the value of the D2FP_PAR_FLNAM property of the program unit object as type text.
d2fpgug_par_flpath( ctx, obj, val );
This macro returns the value of the D2FP_PAR_FLPATH property of the program unit object as type text.
d2fpgug_par_modstr( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODSTR property of the program unit object as type number.
d2fpgug_par_modtyp( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODTYP property of the program unit object as type number.
d2fpgug_par_module( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODULE property of the program unit object as type text.
d2fpgug_par_nam( ctx, obj, val );
This macro returns the value of the D2FP_PAR_NAM property of the program unit object as type text.
d2fpgug_pgu_txt( ctx, obj, val );
This macro returns the value of the D2FP_PGU_TXT property of the program unit object as type text.
d2fpgug_pgu_typ( ctx, obj, val );
This macro returns the value of the D2FP_PGU_TYP property of the program unit object as type number.
d2fpgug_previous( ctx, obj, val );
This macro returns the value of the D2FP_PREVIOUS property of the program unit object as type object.
d2fpgug_source( ctx, obj, val );
This macro returns the value of the D2FP_SOURCE property of the program unit object as type object.
d2fpgus_client_info( ctx, obj, val );
This macro sets the value of the D2FP_CLIENT_INFO property of the program unit object.
d2fpgus_comment( ctx, obj, val );
This macro sets the value of the Comments property of the program unit object.
d2fpgus_par_flnam( ctx, obj, val );
This macro sets the value of the D2FP_PAR_FLNAM property of the program unit object.
d2fpgus_par_flpath( ctx, obj, val );
This macro sets the value of the D2FP_PAR_FLPATH property of the program unit object.
d2fpgus_par_modstr( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODSTR property of the program unit object.
d2fpgus_par_modtyp( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODTYP property of the program unit object.
d2fpgus_par_module( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODULE property of the program unit object.
d2fpgus_par_nam( ctx, obj, val );
This macro sets the value of the D2FP_PAR_NAM property of the program unit object.
d2fpgus_pgu_txt( ctx, obj, val );
This macro sets the value of the D2FP_PGU_TXT property of the program unit object.
Creating modules using the Open API
Modifying modules using the Open API