Make Money Rs. 1000 per day My Dear Friends, I tried a lot of works in online business, finally I find one guniune opportunity. That's [link] At [link] you will have international business, with just starting as low as Rs 350/-! Your potential income will be Rs 50,000/- Per Month.... more »
I've use the following code to change the alignment of my custom tedit component. procedure CustomTEdit.SetAlignment(const Value: TAlignment); begin if FAlignment <> Value then begin FAlignment := Value; RecreateWnd; end; end; When I use RecreateWnd; procedure my custom tedit lost the cursor... more »
01.05.2008 Jää historian kirjoihin erityispäivämääränä josta alkaa ydinalan vaikeudet kasautumaan aivan erityisesti myös Suomessa. Jo siitä asti kun puollisentoista vuotta sitten Krister Fuuglesangin NASA:n avaruusionisaatioraportin tiedot maapalloa kohtaavasta vääjäämättömästä ydinvoimapäästöjen megatuhosta vuodettiin maailman päättäjille ydinalan... more »
Hi. There is some way to set a compiler directive in runtime? i.eg. if SGDB = 'FIREBIRD' then begin {$define FIREBIRD}; end; if SGDB = 'MSSQL' then begin {$define MSSQL}; end; Thanks.