Vcl.WinXCtrls.TCustomSplitView.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read GetWidth write SetWidth nodefault;

C++

__property int Width = {read=GetWidth, write=SetWidth, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomSplitView

Description

The current width of the control.

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

See Also