Vcl.WinXCtrls.TCustomSplitView.OpenedWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OpenedWidth: Integer read FOpenedWidth write SetOpenedWidth nodefault;

C++

__property int OpenedWidth = {read=FOpenedWidth, write=SetOpenedWidth, nodefault};

Properties

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

Description

The width of the control when opened.

See Also