Vcl.ScreenTips.TAllocatedActions.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItem(const aName: string): TScreenTipItem;

C++

TScreenTipItem* __fastcall GetItem(const System::UnicodeString aName);

Properties

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

Description

Returns the screen tip of an action.

Use GetItem to get the screen tip of an action with the aName name from the allocated list.

See Also