Vcl.DBCGrids.TDBCtrlGrid.GetTabOrderList

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

Delphi

procedure GetTabOrderList(List: TList); override;

C++

DYNAMIC void __fastcall GetTabOrderList(System::Classes::TList* List);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.DbCGrids.pas
Vcl.DBCGrids.hpp
Vcl.DBCGrids TDBCtrlGrid

説明

デフォルトをオーバーライドして,タブ順からすべての子コントロールを削除します。

GetTabOrderList メソッドは空のリストを返します。TDBCtrlGrid オブジェクトはタブキーの独自の処理を実装し,データベース順でパネル間を移動します。

関連項目