Re: Changing Application.Title
Chris L. wrote:
Hi,
Is it possible to change the Application.Title at run time?
When I use showMessage() for my error messages, it always displays the
application.title (defined in the project source file) as the caption of the
message form. I want the caption of the application of certain messages to
say something other than the application title.
Thanks.
Chris
form1.caption := 'dadsasad'; ?
--
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5
.
Relevant Pages
- Changing Application.Title
... When I use showMessage() for my error messages, ... application.title (defined in the project source file) as the caption of the ... I want the caption of the application of certain messages to ... (comp.lang.pascal.delphi.misc) - Re: ShowMessage can have any title!
... I never use ShowMessage except for debugging, and one reason is the ... MessageBox function gives you control over the caption as well. ... ShowInfoMessage (similar to ShowMessage), ShowConfirmationMessage ... (comp.lang.pascal.delphi.misc) - Re: Long table/supertabular problem...
... > \caption{A caption} ... > and it crashes when I try compiling it now saying... ... the error messages prints line 376. ... (comp.text.tex) - Re: Table of Content problem
... Caption style and using a specific caption label (Figure, Table, ... TOC instead. ... Word MVP FAQ site: http://word.mvps.org ... I got error messages in the table of ... (microsoft.public.word.docmanagement) - Re: Changing Application.Title
... application.title (defined in the project source file) as the caption of the message form. ... I want the caption of the application of certain messages to say something other than the application title. ... you to specify a title for the box... ... (comp.lang.pascal.delphi.misc) |
|