Vcl.WinXCtrls.TCustomSplitView

Delphi
TCustomSplitView = class(TCustomPanel)
C++
class PASCALIMPLEMENTATION TCustomSplitView : public Vcl::Extctrls::TCustomPanel
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.WinXCtrls.pas Vcl.WinXCtrls.hpp |
Vcl.WinXCtrls | Vcl.WinXCtrls |
Description
The base class for TSplitView.
TSplitView implements a container for other controls that can be opened and closed. TSplitView is similar to the TMultiView in FireMonkey.
When opened, TSplitView can be docked to the left or right edge of the form, or displayed on top of the client area of the form (overlayed). When closed, the TSplitView can be completely hidden (CloseStyle = svcCollapse
), or a smaller portion of the split view can remain visible (CloseStyle = svcCompact
).