Vcl.ScreenTips.TShowScreenTipEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TShowScreenTipEvent = procedure (Manager: TObject; Action: TBasicAction;
var ShowScreenTip: Boolean) of object;

C++

typedef void __fastcall (__closure *TShowScreenTipEvent)(System::TObject* Manager, System::Classes::TBasicAction* Action, bool &ShowScreenTip);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips Vcl.ScreenTips

説明

OnShowScreenTip イベントの C++ 定義です。


TShowScreenTipEvent は、OnShowScreenTip イベントの C++ 定義を表します。詳細は、OnShowScreenTip のドキュメントを参照してください。

関連項目