Vcl.DBCGrids.TDBCtrlGrid.GetTabOrderList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetTabOrderList(List: TList); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.DbCGrids.pas
Vcl.DBCGrids.hpp
Vcl.DBCGrids TDBCtrlGrid

Description

Overrides the default to remove all child controls from the tab order.

GetTabOrderList returns an empty list. TDBCtrlGrid implements its own handling of the tab key to move through the panels in database order.

See Also