![]() |
StringGrid select cells
hallo alle zusammen
ich möchte per eingabe im editfeld die drawcell finden (row,col)
Delphi-Quellcode:
das ist mein code für select Cell
procedure TMainForm.StringGrid3SelectCell(Sender: TObject; ACol, ARow: Integer;
var CanSelect: Boolean); var i : integer; s,s1 : String; begin s:= IntToHex((aRow * 8) + (aCol ), 2) ; s:= IntTostr((aRow) + (aCol )) ; S1:=HexToDec(s) ; label1.caption := 'Cell := '+'Hex: '+s+' / '+'Dec: '+s1; nun möchte ich per hex eingabe im editfeld die gesuchte cells finden, habe jedoch kein ansatz. |
Alle Zeitangaben in WEZ +1. Es ist jetzt 20:01 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