Vcl.ComCtrls.TCustomTabControl.MultiSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MultiSelect: Boolean read FMultiSelect write SetMultiSelect default False;

C++

__property bool MultiSelect = {read=FMultiSelect, write=SetMultiSelect, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTabControl

Description

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