System.Classes.TComponent.FComponentStyle

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

Delphi

FComponentStyle: TComponentStyle;

C++

TComponentStyle FComponentStyle;

プロパティ

種類 可視性 ソース ユニット
field protected
System.Classes.pas
System.Classes.hpp
System.Classes TComponent

説明

FComponentStyle は、ComponentStyle 読み取り専用プロパティに対応するフィールドです。

FComponentStyle は、ComponentStyle 読み取り専用プロパティに対応するフィールドです。

メモ:  これは protected 可視性のフィールドなので、直接使用してはいけません。その代わりに、実際の ComponentStyle プロパティにアクセスします。

関連項目