FMX.Objects.TSelection.HideSelection
Delphi
property HideSelection: Boolean read FHideSelection write SetHideSelection;
C++
__property bool HideSelection = {read=FHideSelection, write=SetHideSelection, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TSelection |
Description
Defines whether to hide the selection rectangle when the TSelection object is not selected.
When HideSelection is True and the TSelection object is not selected, the rectangle and grip controls are invisible.