Vcl.StdCtrls.TCustomListBox.TabWidth
Delphi
property TabWidth: Integer read FTabWidth write SetTabWidth default 0;
C++
__property int TabWidth = {read=FTabWidth, write=SetTabWidth, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomListBox |
Description
Specifies the size of the tabs in the list box.
Set TabWidth to control the number of dialog base units displayed for each tab character that appears in the strings of a list box.
If TabWidth is set to 0, which is the default setting, the tabs default to the width specified by Windows, which is two dialog base units.