FMX.TabControl.TTabControl.TArrayTabBarControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TArrayTabBarControls = array of TControl;

C++

typedef System::StaticArray<Fmx::Controls::TControl*, 2> TArrayTabBarControls;

Properties

Type Visibility Source Unit Parent
array
typedef
public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabControl

Description

Array containing the controls that are placed in the title area of the tab control.

Some elements of this array can be nil.

See Also