Vcl.DBGrids.TCustomDBGrid.IndicatorOffset

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

Delphi

property IndicatorOffset: Byte read FIndicatorOffset;

C++

__property System::Byte IndicatorOffset = {read=FIndicatorOffset, nodefault};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

説明

データベース対応グリッド内でデータを含んでいる最初の列を指すインデックスを示します。

IndicatorOffset プロパティは,Columns プロパティにおける列の位置と,データベース対応グリッド上に描画された列の位置とを変換する場合に使用します。Options プロパティに dgIndicator が含まれている場合,IndicatorOffset は 1 になります。グリッドの最初の列が現在行インジケータとして使用されるからです。すべての列がデータを含んでいる場合,IndicatorOffset は 0 になります。

関連項目