1
vote
1answer
175 views
How to do mouse panning on a custom component in Delphi 2009.
I'm using D2009. I have a component derived from TWinControl to which I'd like to add mouse panning. I see that there's a new control style, csPannable, and a new control state, csPanning. I've …
1
vote
3answers
159 views
Is there a way to change the default generated code wrapping width in the Delphi IDE Editor?
Now that I have a widescreen monitor, I can't seem to find a way to make the Delphi IDE wrap generated code at anything other than 80 chars. I've set the "Right margin" setting in the IDE Editor o …
2
votes
How to get a stack trace from FastMM
You may also want to check out Jeremy North's FastMM4 Option setting program. It's just a bit easier than editing the inc FastMM4Options.inc file directly. Here's the link:
…
