Next: Use Verb
Up: Verb Parameter and
Previous: Define Verb
This Subprogram may be used to drop a previously defined Verb from the
currently setup Verb Group. Any Qualifiers associated with the Verb will
also be dropped. This request will be treated as illegal if the currently
setup Group is Locked.
Short Name Calling Sequence
STATUS = UIDRVB(VERB)
Long Name Calling Sequence
STATUS = UI_DROP_VERB(...)
Input Arguments
VERB (Character) Verb Text
Output Arguments
None
Function Value
UI__SUCCESS ) Success
UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized
UININI )
UI__ILLEGAL_GROUP ) Illegal Group ID
UIILGP )
UI__LOCKED_GROUP ) Group Locked
UIGLOK )
UI__ILLEGAL_VERB ) Illegal Verb
UIILVB )
Note:
- The specified Verb must refer to an already defined Verb (or
truncation thereof) within the currently setup Verb Group.
- All Verbs within the currently setup Verb Group that satisfy the
Name match will be dropped. Thus, if 'A' is specified as the Verb Name, all
Verbs beginning with the letter A will be dropped.
- If the VERB Argument is '*' it is treated as a wildcard and all Verbs
associated with the currently setup Verb Group will be dropped.
- All Parameters and Qualifiers associated with the dropped Verbs will also
be dropped.
- Error UI__LOCKED_GROUP will be returned if the currently setup Verb
Group has been locked by a prior call to UI_LOCK_GROUP.
Liz Buckle
Fri Jan 13 17:24:10 CST 1995