Vcl.DBGrids.TCustomDBGrid.ColumnAtDepth
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 を計算できます。