This section describes the macros of the Oracle Forms Open API Record Group Column Specification object.
d2frcsg_client_info( ctx, obj, val );
This macro returns the value of the D2FP_CLIENT_INFO property of the record group column specification object as a type dvoid pointer.
d2frcsg_col_dat_typ( ctx, obj, val );
This macro returns the value of the D2FP_COL_DAT_TYP property of the record group column specification object as type number.
d2frcsg_col_vals_count( ctx, obj, val );
This macro returns the value of the D2FP_COL_VALS_COUNT property of the record group column specification object as type number.
d2frcsg_max_len( ctx, obj, val );
This macro returns the value of the D2FP_MAX_LEN property of the record group column specification object as type number.
d2frcsg_name( ctx, obj, val );
This macro returns the value of the D2FP_NAME property of the record group column specification object as type text.
d2frcsg_next( ctx, obj, val );
This macro returns the value of the D2FP_NEXT property of the record group column specification object as type object.
d2frcsg_previous( ctx, obj, val );
This macro returns the value of the D2FP_PREVIOUS property of the record group column specification object as type object.
d2frcss_client_info( ctx, obj, val );
This macro sets the value of the D2FP_CLIENT_INFO property of the record group column specification object.
d2frcss_col_dat_typ( ctx, obj, val );
This macro sets the value of the D2FP_COL_DAT_TYP property of the record group column specification object.
d2frcss_max_len( ctx, obj, val );
This macro sets the value of the D2FP_MAX_LEN property of the record group column specification object.
d2frcss_name( ctx, obj, val );
This macro sets the value of the D2FP_NAME property of the record group column specification object.
Creating modules using the Open API
Modifying modules using the Open API
Record group column specification object functions