Vcl.ComCtrls.TCustomListView.DoInfoTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoInfoTip(Item: TListItem; var InfoTip: string); virtual;

C++

virtual void __fastcall DoInfoTip(TListItem* Item, System::UnicodeString &InfoTip);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

InfoTip event dispatcher.

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.

See Also