Vcl.ScreenTips.TScreenTipItem.SetManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetManager(AManager: TCustomScreenTipsManager);

C++

void __fastcall SetManager(TCustomScreenTipsManager* AManager);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

Description

Sets the screen tip manager.

Use SetManager to set the screen tip manager of a screen tip item. The screen tip manager is given by the AManager parameter.

See Also