Vcl.Grids.TCustomGrid

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

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomGrid

Delphi

TCustomGrid = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TCustomGrid : public Vcl::Controls::TCustomControl

プロパティ

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

説明

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

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

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

関連項目