Tagged Questions
4
votes
5answers
1k views
Delphi IDE treating TFrame as if it were a Form
Every once in a while when I am tweaking my TFrame classes (adding properties, methods, etc), the IDE gets confused and acts as if it thinks the frame is a form, complete with header/caption, borders, ...
2
votes
1answer
277 views
Frame inheritance and duplicate files in packages
I have been developing a number of components using TFrames and ModelMaker -- I've found the combination of visual design/development + inheritance + ModelMaker to be very compelling. I then register ...