表示: Delphi
C++
表示設定
System.Classes.TComponent.ComponentStyle
提供:XE2 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 は,読み出し専用プロパティです。通常,コンポーネントのさまざまなスタイルフラグの値は,コンポーネントのコンストラクタで指定されるコンポーネントの定義の一部です。例外は csSubComponent スタイルであり,このスタイルは SetSubComponent メソッドを呼び出すことによって設定できます。