Property String Help_Keyword
Read Access: | Get Help_Keyword to StringVariable |
Write Access: | Set Help_Keyword to StringVariable/Value |
The Help_Keyword property is used to specify an object's context keyword. You must set it.
When help is invoked by sending the message help to an object, the object will try to find a context. It will first check to see if the object has a help_id assigned. If not, it will check to see if a help_keyword has been assigned. If both are unassigned it will delegate and check to see if context is provided for the parent object. This continues until a help context is provided or there are no more parent objects. This allows you do define your context help at a very specific level (the object) to a very general level (the view or the application)
Assigning a help_id context is more flexible way to assign help. One would rarely mix help_id and help_keyword contexts within a single application.