FMX.Grid.TCustomGrid.EditorMode
Delphi
property EditorMode: Boolean read GetEditorMode write SetEditorMode;
C++
__property bool EditorMode = {read=GetEditorMode, write=SetEditorMode, nodefault};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Beschreibung
Legt fest, ob das Gitter-Steuerelement sich im Bearbeitungsmodus (True
) oder nicht (False
) befindet.