FMX.ListView.Types.TListItemSimpleControl.IsClickOpaque
Delphi
function IsClickOpaque: Boolean; virtual;
C++
virtual bool __fastcall IsClickOpaque();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.ListView.Types.pas FMX.ListView.Types.hpp |
FMX.ListView.Types | TListItemSimpleControl |
Description
Indicates whether a user clicks the opaque item.
If IsClickOpaque is set to True
, the MouseDown event is ignored.