Vcl.WinXCtrls.TCustomSplitView.CompactWidth

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CompactWidth: Integer read FCompactWidth write SetCompactWidth default DefaultSplitViewCompactWidth;

C++

__property int CompactWidth = {read=FCompactWidth, write=SetCompactWidth, default=50};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomSplitView


Beschreibung

Die Breite des Steuerelements im geschlossenen Zustand und wenn CloseStyle den Wert svcCompact hat.

Siehe auch