sapgui_is_object_changeable
Example: sapgui_is_object_changeable | Verification and Data Retrieval Functions |
Checks if an object is enabled and writable.
int sapgui_is_object_changeable( const char *controlID, [args,] LAST );
controlID | Object ID Strings |
args | Optional Arguments |
LAST | A marker indicating the end of the argument list. Not required if Optional Arguments are used. |
The sapgui_is_object_changeable verification function returns whether a component can be modified. A component can be modified if it is neither disabled nor read-only.
Return Values
This function returns True (-1) or False (0).
Parameterization
You can parameterize all string (char type) arguments.