Quantcast
Channel: Delphi – The Wiert Corner – irregular stream of stuff
Browsing all 1440 articles
Browse latest View live

How to embed a superscript Registered symbol in a Rave memo buffer.

Thomas Pfister came with a nice solution to this question: [WayBack] Does anyone know how to embed a superscript Registered symbol in a Rave memo buffer? – Phillip Woon – Google+ Since Google has such...

View Article


Image may be NSFW.
Clik here to view.

Reminder to self: check out “Debugging helper for TDataSet” and “debugger...

So I won’t forget to check these out: [WayBack] Debugging helper for TDataSet – twm’s blog by Thomas Müller [WayBack] TDataSetVisualizer: Delphi IDE Debug Visualizer to view a TDataSet descendant...

View Article


On my research list for Delphi use – FlowFinity and DreamFactory

For my research list: [WayBack] Has anyone any experience with DreamFactory, which installs a REST server on different platforms? https://www.dreamfactory.com – John Kouraklis – Google+ FlowFinity...

View Article

When updates on a SELECT timeout with FireDAC, MSSQL 2016 and a ~8k varbinary...

A change of FetchOptions.CursorKind from ckAutomatic to ckDynamic does the trick. did fix this issue: I stumbled about a problem regarding FireDAC and MSSQL 2016. The table has four fields, one being...

View Article

Delphi: There is a FastMM4 fork with AVX support and multi-threaded...

Interesting fork of FastMM4 for which I now think I understand why it is not merged into the regular FastMM4 repository: [WayBack] GitHub – maximmasiutin/FastMM4-AVX: FastMM4 fork with AVX support and...

View Article


delphi – How to get rid of exception 80000003? – Stack Overflow

The [WayBack] delphi – How to get rid of exception 80000003? – Stack Overflow got me on the right track: When I run my program (admittedly, it was built in debug mode), I get an error “External...

View Article

Delphi .dproj file changed or not changed? Normalize it! | The Art of Delphi...

Cool tool that integrates into the Delphi IDE: [WayBack] Dproj changed or not changed? Normalize it! | The Art of Delphi Programming Via: [WayBack] Introducing DprojNormalizer:...

View Article

Delphi – finding published event handlers that have lost their binding from...

The scripts in these links didn’t work well enough for me: [WayBack] Q: Is there a tool to find code that was written as an event-handler, but decoupled in the DFM – Vin Colgin – Google+Bash script at...

View Article


Image may be NSFW.
Clik here to view.

Delphi WSDL default importer settings

Note to self (as the WSDL importer has trouble with WSDL files that include XSD files having xsd:group definitions), the default settings of the importer in the UI: -Oa -Od -Oe -Of -Oh -Oi -Oj -Oo -Op...

View Article


Delphi: a pattern for a generic factory, this one for components, but can be...

Generics and constraints in Delphi as still a bit of pain. A while ago, I needed a factory for threads. It was more convoluted than I meant it to be, so I had a short chat with Stefan Glienke. He came...

View Article

Delphi Mqtt Clients

For my link archive via: [WayBack] Delphi Mqtt Client (Use Indy)https://github.com/wizinfantry/delphi-mqtt-client – 오대우 – Google+ [WayBack] wizinfantry/delphi-mqtt-client: Delphi Mqtt Client (Use Indy)...

View Article

Expand your Collections collection – Part 2: a generic ring buffer – grijjy blog

For my Delphi link archive: [WayBack] Expand your Collections collection – Part 2: a generic ring buffer – grijjy blog. –jeroen

View Article

Is there any way to record a keyboard macro in the IDE?

Yes there is, but it only does code editor commands. It’s been there since at least 1998 (read Delphi 4), probably all 32-bit versions and maybe even the 16-bit Delphi 1 version. via: [WayBack] Is...

View Article


Image may be NSFW.
Clik here to view.

Delphi Are you familiar with “forgotten” hints? Here is a very rough example...

Thanks for [WayBack] Are you familiar with “forgotten” hints? Here is a very rough example how to make them disappear without restarting the IDE… – Attila Kovacs – Google+ The code is centered around...

View Article

Delphi WSDL importer compiler defines

As a follow-up on Delphi WSDL default importer settings, you can use these compiler defines to increase output. Output that the built-in Wizard will never show you (that is also the reason you will not...

View Article


Delphi – when compiling consts doesn’t work…

Delphi has a lot of loose ends. With the extension of the language, it gets more and more. Or as Stefan Glienke formulated it: It should all compile but it does not because currently what is a real...

View Article

Image may be NSFW.
Clik here to view.

MMX – speed up your Delphi development, now maintained by Raabe Software

New home [WayBack] MMX – speed up your Delphi development Old home [WayBack] ModelMaker Tools Thanks a lot to Gerrit Beuze for al the efforts and insights while he created and maintained MMX for such a...

View Article


Image may be NSFW.
Clik here to view.

Getting the new MMX from Raabe Software to work when installing it as...

I have a policy to install software with a separate Administrative user, but develop with a normal non-Administrative user. For some software, this creates problems, either because it cannot cope while...

View Article

Indy repo URLs and nightly builds

For my link archive: Password embedded Indy SVN repository URLs Based on [WayBack] Indy Subversion Source Access Base https://Indy-Public-RO:@svn.atozed.com:444/svn Most important ones:...

View Article

Fixing the WSDLImp command-line Delphi WSDL importer to parse WSDL files...

I finally found out the cause of the Delphi WSDL Importer generating wrong .pas files when the WSDL file includes an XSD file that uses an xsd:group (see below) at the top-level. The resulting access...

View Article
Browsing all 1440 articles
Browse latest View live