[fpc-pascal] enlarge or shrink a TRect by x pixels

2006-07-25 Thread Graeme Geldenhuys
Hi, For the life of me I cant remember what the functions are called to enlarge or shrink a TRect by x pixels. Can anybody help me out? (I know there was such functions in Delphi) Regards, Graeme. -- There's no place like 127.0.0.1 ___ fpc-pascal

Re: [fpc-pascal] enlarge or shrink a TRect by x pixels

2006-07-25 Thread Micha Nelissen
Graeme Geldenhuys wrote: Hi, For the life of me I cant remember what the functions are called to enlarge or shrink a TRect by x pixels. Can anybody help me out? (I know there was such functions in Delphi) InflateRect ? Micha ___ fpc-pascal

Re: [fpc-pascal] enlarge or shrink a TRect by x pixels

2006-07-25 Thread Graeme Geldenhuys
That's the one!! Thanks. Graeme. On 7/25/06, Micha Nelissen [EMAIL PROTECTED] wrote: Graeme Geldenhuys wrote: Hi, For the life of me I cant remember what the functions are called to enlarge or shrink a TRect by x pixels. Can anybody help me out? (I know there was such functions in