On Sun, May 27, 2018 at 1:18 PM, Jonas Maebe wrote:
> Hi,
>
> See http://www.contrapositivediary.com/?p=4034
>
> It's by Jeff Duntemann, and based on his 1993 book "Borland Pascal 7 from
> Square One".
Thanks for sharing.
Regards,
Marcos Douglas
___
fp
Justin Smyth wrote
> how do I do something like this
>
> if odSelected in state then
> begin
> // My Code
> end;
>
> I get this error - Error: Incompatible types: got "TOwnerDrawStateType"
> expected "
>
> "
Hi Justin,
I'm sure you have fixed this by now, but for anyone else, the answer