 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Tue Nov 22, 2005 12:48 pm Post subject: InputBox is not localized, is there any replacement in vcl o |
|
|
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. |
|
| Back to top |
|
 |
Riki Wiki Guest
|
Posted: Sat Nov 26, 2005 3:19 am Post subject: Re: InputBox is not localized, is there any replacement in v |
|
|
Hoi
| Quote: | 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> |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|