Vcl.Controls.TWinControl.FixupTabList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FixupTabList;

C++

void __fastcall FixupTabList();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Sorts the child controls by their tab order.

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.

See Also