Vcl.WinXCtrls.TCustomSplitView.UseAnimation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseAnimation: Boolean read FUseAnimation write FUseAnimation default True;

C++

__property bool UseAnimation = {read=FUseAnimation, write=FUseAnimation, default=1};

Properties

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

Description

Indicates whether the control animates the opening and closing process.

Default is True.

See Also