GUIBaseContext :: permitted - - internal feature (not documented)
A return code 0 indicates, that the function was terminated successfully. All other return codes indicate an error.
Implementation overview
- - internal feature (not documented)
GUIBaseContext :: permitted ( sActionName ) - - internal feature (not documented)
GUIBaseContext :: permitted ( sActionName, sTypeName )
Implementation details
-
- internal feature (not documented)
int32 GUIBaseContext  :: permitted ( odaba::String &sActionName )
- sActionName
- Action name
The action name is a name of an action implemented in the context class related to the database source or implemented as default action. Actions can be implemented as expressions, as C++ functions or as .NET function.
In order to pass no action name, an empty string ( String() ) may be passed.
to list
- sActionName
- Action name
-
- internal feature (not documented)
int32 GUIBaseContext  :: permitted ( odaba::String &sActionName, odaba::String &sTypeName )
- sActionName
- Action name
The action name is a name of an action implemented in the context class related to the database source or implemented as default action. Actions can be implemented as expressions, as C++ functions or as .NET function.
In order to pass no action name, an empty string ( String() ) may be passed.
- sTypeName
- Type name
The type name is the name of a data type (usually) defined in the database. The type name might be passed as simple identifier or as scoped name with preceding namespace names separated by double colon '::'.
In order to pass no type name, an empty string ( String() ) may be passed.
to list
- sActionName
- Action name