Board index » delphi » Does TPoint need to be longint
gwhit41...@aol.com (GWhit41980)
![]() Delphi Developer |
Wed, 23 May 2001 03:00:00 GMT
Does TPoint need to be longintHi, I've been trying to trim a few bytes off an application and noticed that TMyPoint = record This looked like it was going to do fine, I did a search and 'replace all' and I tried doing if PtInRect(rect, TPoint(var_of_TMyPoint)) but this doesn't work It seems a shame to throw away a saving for the sake of one function. Does tia Gordon. __________________ http://members.aol.com/gwhit41980/ |