Vcl.Controls.TWinControl.GetTabControlList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetTabControlList(List: TList); dynamic;

C++

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

Properties

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

Description

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