RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.FixupTabList Method

Sorts the child controls by their tab order.

Pascal
procedure FixupTabList;
C++
__fastcall FixupTabList();

Applications should not call FixupTabList directly. The ReadState method calls FixupTabList to initialize the tab order list based on the TabOrder properties of the child controls being read from a stream. 

 

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