RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.DoInfoTip Method

InfoTip event dispatcher.

Pascal
procedure DoInfoTip(Item: TListItem; var InfoTip: string); virtual;
C++
virtual __fastcall DoInfoTip(TListItem Item, AnsiString InfoTip);

DoInfoTip is called automatically when the mouse pauses over the list item specified by the Item parameter. It generates an OnInfoTip event, allowing the event handler to change the value of the InfoTip parameter. 

 

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