This section describes the macros of the Oracle Forms Open API Property Class object.
d2fppcg_client_info( ctx, obj, val );
This macro returns the value of the D2FP_CLIENT_INFO property of the property class object as a type dvoid pointer.
d2fppcg_comment( ctx, obj, val );
This macro returns the value of the D2FP_COMMENT property of the property class object as type text.
d2fppcg_module( ctx, obj, val );
This macro returns the value of the D2FP_MODULE property of the property class object as type object.
d2fppcg_name( ctx, obj, val );
This macro returns the value of the D2FP_NAME property of the property class object as type text.
d2fppcg_next( ctx, obj, val );
This macro returns the value of the D2FP_NEXT property of the property class object as type object.
d2fppcg_owner( ctx, obj, val );
This macro returns the value of the D2FP_OWNER property of the property class object as type object.
d2fppcg_par_flnam( ctx, obj, val );
This macro returns the value of the D2FP_PAR_FLNAM property of the property class object as type text.
d2fppcg_par_flpath( ctx, obj, val );
This macro returns the value of the D2FP_PAR_FLPATH property of the property class object as type text.
d2fppcg_par_modstr( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODSTR property of the property class object as type number.
d2fppcg_par_modtyp( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODTYP property of the property class object as type number.
d2fppcg_par_module( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODULE property of the property class object as type text.
d2fppcg_par_nam( ctx, obj, val );
This macro returns the value of the D2FP_PAR_NAM property of the property class object as type text.
d2fppcg_previous( ctx, obj, val );
This macro returns the value of the D2FP_PREVIOUS property of the property class object as type object.
d2fppcg_source( ctx, obj, val );
This macro returns the value of the D2FP_SOURCE property of the property class object as type object.
d2fppcg_trigger( ctx, obj, val );
This macro returns the value of the D2FP_TRIGGER property of the property class object as type object.
d2fppcs_client_info( ctx, obj, val );
This macro sets the value of the D2FP_CLIENT_INFO property of the property class object.
d2fppcs_comment( ctx, obj, val );
This macro sets the value of the D2FP_COMMENT property of the property class object.
d2fppcs_name( ctx, obj, val );
This macro sets the value of the D2FP_NAME property of the property class object.
d2fppcs_par_flnam( ctx, obj, val );
This macro sets the value of the D2FP_PAR_FLNAM property of the property class object.
d2fppcs_par_flpath( ctx, obj, val );
This macro sets the value of the D2FP_PAR_FLPATH property of the property class object.
d2fppcs_par_modstr( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODSTR property of the property class object.
d2fppcs_par_modtyp( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODTYP property of the property class object.
d2fppcs_par_module( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODULE property of the property class object.
d2fppcs_par_nam( ctx, obj, val );
This macro sets the value of the D2FP_PAR_NAM property of the property class object.
Creating modules using the Open API
Modifying modules using the Open API
Property class object functions