RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
RibbonActnCtrls.TKeyTipHandled Enumeration

Validate if command's KeyTip matches current user input.

Pascal
TKeyTipHandled = (
  ktNone,
  ktPartial,
  ktFull
);
C++
enum TKeyTipHandled {
  ktNone,
  ktPartial,
  ktFull
};

Use TKeyTipHandled to validate if a command's KeyTip matches the current user input. It can have one of the following values:

Value 
Meaning 
ktNone  
Current KeyTip didn't match the command's KeyTip.  
ktPartial  
Current KeyTip matches the first character of the commands KeyTip.  
ktFull  
Current KeyTip is a full match for the command. The source KeyTip could be either one character or two characters.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!