FMX.Grid.TGridModel.Enabled
Delphi
property Enabled: Boolean read FEnabled write SetEnabled;
C++
__property bool Enabled = {read=FEnabled, write=SetEnabled, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TGridModel |
Description
Determines whether users can interact with the grid (True) or not (False).