API:Vcl.WinXCtrls.TSplitView.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read GetWidth write SetWidth;

C++

__property Width;

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TSplitView

Description

The current width of the control.

Vcl.WinXCtrls.TSplitView.Width inherits from Vcl.WinXCtrls.TCustomSplitView.Width. All content below this line refers to Vcl.WinXCtrls.TCustomSplitView.Width.

The current width of the control.

Depends on the state of the split view and on the CloseStyle..

See Also