API:Vcl.Outline.TCustomOutline

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

Vcl.Grids.TCustomGridVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomOutline

Delphi

TCustomOutline = class(TCustomGrid)

C++

class PASCALIMPLEMENTATION TCustomOutline : public Vcl::Grids::TCustomGrid

プロパティ

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

説明

TCustomGrid は,2 次元グリッドに情報を与えるコンポーネントすべての基本型です。

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

TCustomGrid は,2 次元グリッドに情報を与えるコンポーネントすべての基本型です。

TCustomGrid は,テーブル形式で情報を表すコンポーネントを定義するとき基本クラスとして使用します。TCustomGrid は,マウスアクションやユーザー編集に対する処理など,グリッドの外観と動作を制御するプロパティとメソッドを備えます。

TCustomGrid のインスタンスは作成しないでください。TCustomGrid の下位オブジェクトをインスタンス化することでフォームにグリッドコントロールを配置してください。テーブルグリッドにテキスト以外のオブジェクトを配置するときには TDrawGrid オブジェクトを使用します。テキストの場合は,TStringGrid オブジェクトを使用します。テキストを配置する場合にそのテキストがデータセットの項目値を表している場合は TDBGrid オブジェクトを使用します。

関連項目