Vcl.ComCtrls.TTabControl.MultiSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MultiSelect;

C++

__property MultiSelect = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTabControl

Description

Specifies whether multiple tabs can be selected.

Vcl.ComCtrls.TTabControl.MultiSelect inherits from Vcl.ComCtrls.TCustomTabControl.MultiSelect. All content below this line refers to Vcl.ComCtrls.TCustomTabControl.MultiSelect.

Specifies whether multiple tabs can be selected.

Use MultiSelect to get or set whether multiple tabs can be selected.

MultiSelect can only be true if Style is tsFlatButtons or tsButtons.

See Also