Vcl.DBGrids.TCustomDBGrid.ColumnAtDepth

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

Delphi

function ColumnAtDepth(Col: TColumn; ADepth: Integer): TColumn;

C++

TColumn* __fastcall ColumnAtDepth(TColumn* Col, int ADepth);

プロパティ

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

説明

指定された列の n 番めの親項目と関連付けられた列オブジェクトを返します。

ColumnAtDepth メソッドを使用すると,CalcTitleRec メソッドで使用する MasterCol を計算できます。

関連項目