API:Vcl.RibbonActnCtrls.ShowKeyTip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ShowKeyTip(const KeyTip: string; const Enabled, Center: Boolean;
const Rect: TRect; const Position: TKeyTipPosition): TCustomControl; overload;
function ShowKeyTip(const KeyTip: string; const Enabled: Boolean;
const Control: TControl; const Position: TKeyTipPosition): TCustomControl;

C++

extern DELPHI_PACKAGE Vcl::Controls::TCustomControl* __fastcall ShowKeyTip(const System::UnicodeString KeyTip, const bool Enabled, const bool Center, const System::Types::TRect &Rect, const TKeyTipPosition Position)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls Vcl.RibbonActnCtrls

Description

Embarcadero Technologies does not currently have any additional information.