API:Vcl.Outline.TCustomOutline.Options

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

Delphi

property Options: TOutlineOptions read FOptions write SetOutlineOptions

C++

__property TOutlineOptions Options = {read=FOptions, write=SetOutlineOptions, default=3};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

説明

グリッドのさまざまな表示プロパティと動作プロパティを指定します。

Vcl.Outline.TCustomOutline.Options は Vcl.Grids.TCustomGrid.Options を継承しています。以下の内容はすべて Vcl.Grids.TCustomGrid.Options を参照しています。

グリッドのさまざまな表示プロパティと動作プロパティを指定します。

Options プロパティは,グリッドに目的のプロパティが含まれるようにすることができます。これらのプロパティの定義については、Vcl.Grids.TGridOptions 型を参照してください。

関連項目