Vcl.ScreenTips.TCustomScreenTipsManager.GetScreenTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetScreenTip(aAction: TBasicAction): TScreenTipItem;

C++

TScreenTipItem* __fastcall GetScreenTip(System::Classes::TBasicAction* aAction);

Properties

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

Description

Returns a screen tip.

Use GetScreenTip to get the screen tip item for the action given by the aAction parameter.

See Also