Are there any good materials or examples on creating a custom Designer in the Delphi IDE
Posted
by Mark Elder
on Stack Overflow
See other posts from Stack Overflow
or by Mark Elder
Published on 2010-03-19T15:36:49Z
Indexed on
2010/03/19
15:51 UTC
Read the original article
Hit count: 175
delphi
I am working on creating a custom form designer in the Delphi IDE. I'm trying to use the RegisterCustomModule, TBaseCustomModule, and ICustomModule functions, classes, and interfaces.
My first question on this pointed me to the Delphi Developer's Handbook and the idea that I could even create a custom form designer. However, that book seems to be all Delphi 3 information and things have really changed since then. I'm not finding any material in the Delphi Help file, and searches have not returned very much.
I did find the Accidental Programmer's page on the Open Tools, but that looks like it was last up dated in 1998? It does at least have the correct unit names and uses the new interfaces.
I'm willing to track down and buy an older book if that is the best reference.
© Stack Overflow or respective owner