API:Vcl.StdCtrls.TStaticText

提供:RAD Studio API Documentation

TStaticTextVcl.StdCtrls.TCustomStaticTextVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TStaticText = class(TCustomStaticText)

C++

class PASCALIMPLEMENTATION TStaticText : public TCustomStaticText

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls

説明

TCustomStaticTextTStaticText の基本クラスです。 Vcl.StdCtrls.TStaticText は Vcl.StdCtrls.TCustomStaticText を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomStaticText を参照しています。

TCustomStaticTextTStaticText の基本クラスです。

TCustomStaticText は,フォーム上にテキストを表示するウィンドウコントロールである TStaticText の基本クラスです。このコンポーネントは TLabel のように機能しますが,ウィンドウハンドルを持つ点が異なります。

TCustomStaticText はフォーカスを受け取ったり,ほかのコントロールを中に入れたりすることはできません。

関連項目