Vcl.Grids.TCustomGrid.ScrollData

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

Delphi

procedure ScrollData(DX, DY: Integer);

C++

void __fastcall ScrollData(int DX, int DY);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

説明

セルのイメージをスクロールします。

グリッドコントロールは,固定されていない行や列がスクロールしたときに内部的に ScrollData メソッドを呼び出します。ScrollData はグリッドのイメージを更新します。

関連項目