![]() |
StringGrid OnExit Eigenschaft für Cells
Olla; :hi:
Ich möchte beim verlassen einer Zelle im StringGrid deren Inhalt bearbeiten. Leider finde ich nur die Eigenschaft OnExit für das gesammte StringGrid. Wie kann ich das machen wenn sich nur die Zelle innerhalb des StringGrid ändert? :gruebel: Gruß MrFisch |
Re: StringGrid OnExit Eigenschaft für Cells
Hi MrFish,
Zitat:
Delphi-Quellcode:
MfG
procedure TForm1.StringGrid1SelectCell(Sender: TObject; ACol,
ARow: Integer; var CanSelect: Boolean); begin Caption := Format('Col: %d Row: %d', [StringGrid1.Col, StringGrid1.Row]); end; Stefan |
Re: StringGrid OnExit Eigenschaft für Cells
:hello: Klasse,
genau das habe ich gebraucht. Danke MrFisch |
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:33 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-2025 by Thomas Breitkreuz