Vcl.ExtCtrls.TCustomCategoryPanel.GetTabControlList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetTabControlList(List: TList); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanel

Description

Builds a list of owned controls.

Vcl.ExtCtrls.TCustomCategoryPanel.GetTabControlList inherits from Vcl.Controls.TWinControl.GetTabControlList. All content below this line refers to Vcl.Controls.TWinControl.GetTabControlList.

Builds a list of owned controls.

Call GetTabControlList to construct a list of child controls.

GetTabControlList iterates through the control's internal tab order list, adding each of the child controls to List. The result is a list of all the owned controls in TabOrder.

See Also

Code Examples