System.Classes.TComponent.ComponentStyle

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

Delphi

property ComponentStyle: TComponentStyle read FComponentStyle;

C++

__property TComponentStyle ComponentStyle = {read=FComponentStyle, nodefault};

プロパティ

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


説明

コンポーネントの動作を制御します。

ComponentStyle は、コンポーネントがストリーミング システムやオブジェクト インスペクタと、どのようにやりとりするかを制御します。 ComponentStyle は、読み取り専用プロパティです。 大抵の場合、さまざまなコンポーネント スタイル フラグの値が、コンポーネント コンストラクタで指定される、コンポーネント定義の一部となります。 これの 1 つの例外が、csSubComponent スタイルで、SetSubComponent メソッドを呼び出して設定することができます。

関連項目