![]() |
StringGrid "if Anweisung" wenn die erste Zeile selektiert ist ...
Hallo,
möchte im StrinGrid, wenn die erste Zeile selektiert ist, was ausführen.
Delphi-Quellcode:
begin
if .... with StringGrid1 do Selection = TGridRect(Rect(0, 1, ColCount, 1)) then begin end; |
AW: StringGrid "if Anweisung" wenn die erste Zeile selektiert ist ...
Lass das unsägliche
Delphi-Quellcode:
weg! Das wird dir noch die Beine brechen!
with
Was erhoffst du dir denn von
Delphi-Quellcode:
?
Selection = TGridRect(Rect(0, 1, ColCount, 1)) then
Wohl eher so ...
Delphi-Quellcode:
if StringGrid1.Row = 1 then
ShowMessage('Erste Zeile selektiert'); |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:46 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