Board index » delphi » Newbie-Coming-from-Paradox Question
Paul Schopf
![]() Delphi Developer |
Sat, 05 Sep 1998 03:00:00 GMT
Newbie-Coming-from-Paradox Question
I am just starting Delphi (2.0) after years of Paradox, and I
am wondering if anyone can point me in the right direction: In pdoxwin, most all of my code goes in ChangeValue() methods, var {Do something with the proposed new value , like:} if {some test on nv} then dodefault { Do something else } endmethod My question is where (among the many choices) does one routinely -- |