vote up 2 vote down star
1

When I delete a visual component in a base form, and forget any references in inherited forms, my application only breaks in runtime.

What I normally do is to use a search tool to find references in .DFM, but I'm not completely satisfied with this method.

Do you have any better recommendations?

flag

60% accept rate

2 Answers

vote up 3 vote down check

Hi Erick,

maybe this helps?

Uli.

link|flag
Perfect! Thanks. ;) – Erick Sasse Nov 17 '08 at 12:37
What would we do if we didn't have Andy? :-) – Ulrich Gerhardt Nov 17 '08 at 13:13
Andy is amazing... – Fabricio Araujo Nov 17 '08 at 17:51
vote up 0 vote down

Just to be sure, but have you used 'inherited' in the inherited dfm?

inherited Form1: TForm1
  Caption = 'Form1'
  PixelsPerInch = 96
  TextHeight = 13
end

If you have 'object' and not 'inherited' you get a lot of problems.

link|flag
Yes, I have inherited. I think you can't have visual inheritance with object, can you? – Erick Sasse Nov 17 '08 at 12:29
No you can't but some people have tried (and failed) – Gamecat Nov 18 '08 at 21:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.