![]() |
Problem mit WITH etc. bei Property
Hi,
habe eine neue Stringgrid-Property eingeführt (CellReal). Das hier geht :
Delphi-Quellcode:
Das auch :
sgNr.CellReal [Col+2,Row] := r;
Delphi-Quellcode:
und das nicht :
with sgNr do
CellReal [Col+2,Row] := r;
Delphi-Quellcode:
Die Property selber :
with sgNr do
CellReal [Col+2,Row] := r;
Delphi-Quellcode:
Die fragliche Stelle ist im OnKeyPress des Grids.
property CellReal[ACol, ARow : integer] : real read GetCellReal write SetCellReal;
2mal Edit wegen Tags. |
Re: Problem mit WITH etc. bei Property
*Äähh* wie bitte?
|
Re: Problem mit WITH etc. bei Property
Wie, hä ? :lol: Lieber wieder neu :
Zitat:
Delphi-Quellcode:
konnte nicht gehen, weil es ja gar keines war, sondern eben ein abgeleitetes, also neuer Typ. 8)
as TStringGrid
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:52 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