FMX.ListBox.TListBoxSelector.FMouseSelectActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FMouseSelectActive: Boolean;

C++

bool FMouseSelectActive;

Properties

Type Visibility Source Unit Parent
field class protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector

Description

Proteced field for the MouseSelectActive property.

FMouseSelectActive is True when the selection process is triggered by a mouse action.

See Also