Vcl.DBGrids.TCustomDBGrid.DataToRawColumn

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

Delphi

function  DataToRawColumn(ACol: Integer): Integer;

C++

int __fastcall DataToRawColumn(int ACol);

プロパティ

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

説明

Columns プロパティ内の列インデックスを表示上の対応する列のインデックスに変換します。

アプリケーションはこのプロテクトメソッドを呼び出すことはできません。RawToDataColumn は,データベース対応グリッドが行インジケータを含む列の有無に合わせて調整するために内部的に使用されます。

関連項目