RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCtrlGrid.GetTabOrderList Method

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

Pascal
procedure GetTabOrderList(List: TList); override;
C++
virtual __fastcall GetTabOrderList(TList List);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!