A Higgs-Boson walks into a church, the priest says "We don't allow Higgs-Bosons in here.". The Higgs-Boson says "But without me how can you have mass?"


14h
comment How can I chain method calls?
@Wouter van Nifterick, it won't work well outside GC-enabled environments. It has been invented by Java guy, after all :-)
14h
comment How can I chain method calls?
This question is not very objective too. I gave you two links, you can study them, close this broad discussion and then ask a practical question about implementing it while avoiding pitfalls it have (there are many).
17h
comment How can I chain method calls?
@Jerry Dodge, only for merit of Object Pascal example code, text is there: en.wikipedia.org/wiki/Fluent_interface
17h
comment How can I chain method calls?
@Scott Pritchard, no, ducks cannot type :-) See there: ru.wikipedia.org/wiki/…
17h
comment How can I chain method calls?
You should read some introductory text, really. Your JavaScript stylization makes absolutely no sense.
21h
revised Delphi 7 .DFM file display error
better screenshot image
22h
comment Can I install Delphi IDE from the InstallAware setup.exe without copy files to c:\programdata?
@Ken White, only for cumulative updates. Help system updates, for instance, has never been cumulative. Also, RAD Studio 2007 had outstanding installation time due repacking 7zip archives into NTFS compressed directories (NTFS compression no longer used in modern releases)
22h
answered Can I install Delphi IDE from the InstallAware setup.exe without copy files to c:\programdata?
22h
comment Using 3G modem to make a voice call
you dont hear anything because you have to answer with carrier etc
22h
comment how to disable launching some applications?
Yes, possible with Domain policy. Has nothing to with [delphi], tho
22h
comment Why Delphi "for" acting like that?
By the way, byteswapping of 16bit operand can be done easier and faster with xchg al, ah
1d
comment How can I paint the whole form on a bitmap?
Yes, composited glass will not be as beautiful as on screen
1d
comment How can I paint the whole form on a bitmap?
I don't think aero-awareness is really necessary. DWM aggressively buffers all top-level windows, making capturing an image of invisible window possible (to the certain level of extent).
1d
comment How can I paint the whole form on a bitmap?
@TLama, interesting one!
1d
answered How can I paint the whole form on a bitmap?
1d
comment Draw a geometric shape
@ikathegreat, you should do TCanvas.MoveTo and LineTo for all of your line segments.
1d
comment Draw a geometric shape
What did you try?
1d
comment Add Time to a TDateTime
Finally something specific. Took a whole day and lotsa waffle from you and your little friend to come with erroneous numbers. This is fixable with epsilon-rounding, but I do not have one more day to talk about it.
1d
comment Add Time to a TDateTime
@Marjan Venema, and why are here then? To express your valuable opinion, right? If you don't want "bother" with my code then please do not bother me either.
1d
comment Add Time to a TDateTime
@David Heffernan, there is no evidence. Neither of "lots" (ten, actually) numbers you demonstrated fails with extended precision. I told you that already. Have anything else to say?
1 2 3 4 5