FMX.Grid.TCustomGrid.ColumnByIndex

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

Delphi

function ColumnByIndex(const Idx: Integer): TColumn;

C++

TColumn* __fastcall ColumnByIndex(const int Idx);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid


説明

指定されたインデックスの列を返します。

列が存在しない場合、ColumnByIndexnil を返します。

関連項目