Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

InputBox is not localized, is there any replacement in vcl or jcl?

3 views
Skip to first unread message

nhso...@gmail.com

unread,
Nov 22, 2005, 2:48:39 AM11/22/05
to
Delphi syntax:
function InputBox(const ACaption, APrompt, ADefault: string): string;
function InputBox(const ACaption, APrompt, ADefault: WideString ):
WideString; overload;

function InputBox(const ACaption, APrompt: WideString ; ADefault:
Double; Min: Double = Low(Integer); Max: Double = High(Integer);
Decimals: Integer = 1): Double; overload;
function InputBox(const ACaption, APrompt: WideString; ADefault:
Integer; Min: Integer = Low(Integer); Max: Integer = High(Integer);
Increment: Integer = 1): Integer; overload;

I'm using Delphi7, and only the first InputBox function EXIST in VCL, I
think Borland might be going to give up Delphi.

Riki Wiki

unread,
Nov 25, 2005, 5:19:19 PM11/25/05
to
Hoi

> I'm using Delphi7, and only the first InputBox function EXIST in VCL, I
> think Borland might be going to give up Delphi.

Yeah right, that must be why they have made Delphi 8, then Delphi 2005 and
this month launched Delphi 2006.

Beside this, this newsgroup do not officially exist, that is why there is
so few messages here. Rather use b.p.d.internationalization.general.
Further you need to repost your question on the Borland news server to make
everybody see it and possibly answer your question.

Take a look here:
<http://tinyurl.com/8m5nw>
which links to
<http://delphi.wikicities.com/wiki/Delphi_Newsgroups>

0 new messages