4
When a programmer opens a specific form, I would like to send a notification (ShowMessage()
) even for it to pay attention, for example, to the comments that are in the file header .pas
in question.
I’ve seen it on another company project, but I don’t know how to do it.
Anyway, how to do?
When it opens the . pas file in Delphi or when to open the program in the application ?
– Victor Tadashi
@Victorzanella When open the
.pas
. I want you to alert in designer, not in Runtime.– Andrey
There’s a gringo stack post, which they quote
PaletteCreated
. I don’t know if this guy is right for you, because he only warns when you create a palette component in Form. If this fits you, I can give you the prototype I made. Meanwhile I’ll try to find another way to show the msg. Link: http://stackoverflow.com/questions/33926320/display-a-warning-when-dropping-a-component-on-a-form-at-designtime– Victor Tadashi
@Victorzanella I had already seen this post on Soen, but it’s not really what I want... the idea is this, but when accessing a form to develop and not when dragging a new component. Thank you.
– Andrey
That’s what I thought. Interesting feature. I’ll keep looking for something ;)
– Victor Tadashi
@Victorzanella Take a look at it question that I did in the Soen, my English disturbs (too)... but comments can be interesting.
– Andrey
It seems to me, would have to do, but would have to be written a plugin for Delphi.
– Victor Tadashi