This section describes the macros of the Oracle Forms Open API Tab Page object.
d2ftbpg_client_info( ctx, obj, val );
This macro returns the value of the D2FP_CLIENT_INFO property of the tab page object as a type dvoid pointer.
d2ftbpg_comment( ctx, obj, val );
This macro returns the value of the D2FP_COMMENT property of the tab page object as type text.
d2ftbpg_enabled( ctx, obj, val );
This macro returns the value of the D2FP_ENABLED property of the tab page object as type boolean.
d2ftbpg_graphic( ctx, obj, val );
This macro returns the value of the D2FP_GRAPHIC property of the tab page object as type object.
d2ftbpg_label( ctx, obj, val );
This macro returns the value of the D2FP_LABEL property of the tab page object as type text.
d2ftbpg_module( ctx, obj, val );
This macro returns the value of the D2FP_MODULE property of the tab page object as type object.
d2ftbpg_name( ctx, obj, val );
This macro returns the value of the D2FP_NAME property of the tab page object as type text.
d2ftbpg_next( ctx, obj, val );
This macro returns the value of the D2FP_NEXT property of the tab page object as type object.
d2ftbpg_owner( ctx, obj, val );
This macro returns the value of the D2FP_OWNER property of the tab page object as type object.
d2ftbpg_previous( ctx, obj, val );
This macro returns the value of the D2FP_PREVIOUS property of the tab page object as type object.
d2ftbpg_source( ctx, obj, val );
This macro returns the value of the D2FP_SOURCE property of the tab page object as type object.
d2ftbpg_visible( ctx, obj, val );
This macro returns the value of the D2FP_VISIBLE property of the tab page boolean.
d2ftbps_client_info( ctx, obj, val );
This macro sets the value of the D2FP_CLIENT_INFO property of the tab page object.
d2ftbps_comment( ctx, obj, val );
This macro sets the value of the D2FP_COMMENT property of the tab page object.
d2ftbps_enabled( ctx, obj, val );
This macro sets the value of the D2FP_ENABLED property of the tab page object.
d2ftbps_label( ctx, obj, val );
This macro sets the value of the D2FP_LABEL property of the tab page object.
d2ftbps_name( ctx, obj, val );
This macro sets the value of the D2FP_NAME property of the tab page object.
d2ftbps_visible( ctx, obj, val );
This macro sets the value of the D2FP_VISIBLE property of the tab page object.
Creating modules using the Open API
Modifying modules using the Open API