RandyBlackburn
Programmer
I'm trying to up-convert a delphi application to turbo delphi.
I'm using a control called TEnterEdit, which has the following code line:
I'm getting the Incompatible types Tform and TCustomForm error.
First, is a control like this to handle "entering" in fields still required in TurboDelphi?
2nd, if I still need it, is there a more modern contol, or how should I change the code?
Thanks in advance,
Randy
I'm using a control called TEnterEdit, which has the following code line:
Code:
MYForm := GetParentForm( Self )
I'm getting the Incompatible types Tform and TCustomForm error.
First, is a control like this to handle "entering" in fields still required in TurboDelphi?
2nd, if I still need it, is there a more modern contol, or how should I change the code?
Thanks in advance,
Randy