![]() |
TStringGrid in Firemonkey Bug
Vielleicht ist es jemandem schon aufgefallen, aber in
Code:
fehlt ein LCoord.Col := Model.IndexOfColumn(Self);
function TColumn.EditingDone(const InplaceEdit: TFmxObject; const Value: TValue; const Accept: Boolean): Boolean;
var LCoord: TGridModel.TCoord; begin Result := False; if Accept then begin Result := PostEditorValue(InplaceEdit, Value); if Result then if Assigned(Model.OnEditingDone) then Model.OnEditingDone(PresentedControl, LCoord.Col, LCoord.Row); end else if FEditorState = TEditorState.Modified then EditingCancelled; FEditorState := TEditorState.None; end; LCoord.Row := Model.Row; Also QM sieht echt anders aus :) Ich habe einen Eintrag im QC erstellt: ![]() Christian |
AW: TStringGrid in Firemonkey Bug
Zitat:
![]() |
AW: TStringGrid in Firemonkey Bug
Stimmt, trage ich gleich mit ein.
Christian |
Alle Zeitangaben in WEZ +1. Es ist jetzt 15:21 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz