RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TKeyTipList.Add Method

Add new match to list of KeyTips.

Pascal
procedure Add(MatchType: TKeyTipMatchType; Handled: TKeyTipHandled; Control: TControl; Index: Integer = -1);
C++
__fastcall Add(TKeyTipMatchType MatchType, TKeyTipHandled Handled, TControl * Control, int Index = -1);

This method adds a new match to the list of KeyTips. 

 

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