Vcl.WinXCtrls.TCustomSplitView.SetState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetState(Value: TSplitViewState); virtual;

C++

virtual void __fastcall SetState(TSplitViewState Value);

Properties

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

Description

Changes the state of the split view.

SetState takes into account the value of the UseAnimation property and sets the split view state accordingly.

See Also