Vcl.ScreenTips.TCustomScreenTipsManager.GenerateScreenTips

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GenerateScreenTips: Boolean;

C++

bool __fastcall GenerateScreenTips();

Properties

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

Description

Generates the screen tips for the linked action list.

Use GenerateScreenTips to generate the screen tip for the actions from the linked action lists, filling the Description of the screen tip with the text from the action's Hint property and the Header, with the ShortCut and Caption properties. The method validates the allocated actions first.

See Also