FMX.StdCtrls.TSplitter.ShowGrip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowGrip: Boolean read FShowGrip write SetShowGrip default True ;

C++

__property bool ShowGrip = {read=FShowGrip, write=SetShowGrip, default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TSplitter

Description

Specifies whether to show the grip control of the TSplitter.

Set the ShowGrip property to False to hide the grip control from the TSplitter component. The default value is True so the TSplitter shows the grip by default.

See Also