Vcl.Controls.TCustomHint.Title

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

Delphi

property Title: string read FTitle write FTitle;

C++

__property System::UnicodeString Title = {read=FTitle, write=FTitle};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

説明

ヒントのタイトル。

Title は、カスタム ヒントのタイトルです。

関連項目