Can user rights set by sc_apl_conf be determined programmatically?

So scriptcase security system uses sc_apl_conf to set up CRUD user rights. This is all automatic and internal to SC.

Is there a function (or session array) I can access in apps to know if a user has access, insert, update or delete rights? It’s already in memory, don’t want another database read.

Why? There are certain buttons to hide, actions to take once a form loads, dependent on this.

You can see the code into:
Programming Section:
PHP Methods
sc_validate_success

Not sure how you mean.