Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread How to add an application title with apostrophe?
Tue, May 9 2017 5:44 AMPermanent Link

Michael Dreher

Adding in project/options/tite
 Lothar's Schlemmerhütte
gererates an invalid string in the project source.

project Project1;
begin
  Application.Title := 'Lothar's Schlemmerhütte';  // <<----
  // ...
  Application.Run('Form1');
end.

Michael Dreher
Tue, May 9 2017 6:07 AMPermanent Link

Matthew Jones

Michael Dreher wrote:

>    Application.Title := 'Lothar's Schlemmerhütte';  // <<----

Plainly a bug, but if you use two single quotes, it will work as you wish.

--

Matthew Jones
Tue, May 9 2017 6:25 AMPermanent Link

Michael Dreher

"Matthew Jones" wrote:

 // [...] but if you use two single quotes, it will work as you wish.

In the project source, yes. But when opening the project options again, the last character in the title is missing.

M. Dreher
Tue, May 9 2017 6:57 AMPermanent Link

Matthew Jones

Michael Dreher wrote:

> In the project source, yes. But when opening the project options again, the last character in the title is missing.

Worth reporting directly by email then, in case Tim doesn't see this before the next build.

--

Matthew Jones
Tue, May 9 2017 7:05 AMPermanent Link

Uli Becker

Application.Title := 'Lothar''s Schlemmerhütte';

works here without problem.

Uli
Tue, May 9 2017 1:48 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< Adding in project/options/tite
 Lothar's Schlemmerhütte
gererates an invalid string in the project source. >>

Got it, thanks.  A fix will be in 2.06 B2.

Tim Young
Elevate Software
www.elevatesoft.com
Image