Vcl.Grids.TCustomGrid.CalcDrawInfo

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

Delphi

procedure CalcDrawInfo(var DrawInfo: TGridDrawInfo);

C++

void __fastcall CalcDrawInfo(TGridDrawInfo &DrawInfo);

プロパティ

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

説明

グリッド境界のピクセル位置を計算します。

CalcDrawInfo メソッドを使用すると,先頭の可視行や列,末尾の可視行や列,固定された行や列のピクセル範囲のような要素を含めて,XY 軸で主要グリッド境界のピクセル位置を指定できます。

関連項目