Re: Is there a way to do this in the IDE?
- From: Tony Caduto <tony.caduto@gmail_dot_com>
- Date: Sun, 29 Apr 2007 15:19:28 -0500
do_not@xxxxxxxxx wrote:
I'm new to Delphi but there is one feature I can't seem to find (if itNo,
exists). In Visual basic, once you declare a variable, you can type it
in later in your code and the editor will automatically change the
case to reflect the way it was declared. For example:
Dim A as string
a="hi" typed in would become A="hi"
I got very used to relying on that feature to catch typing mistakes.
Is there a way to do that in Codegear 2007?
but I don't see the benefit of it since Delphi is not case sensitive.
Seems to be purely a style checker not anything.
Something like that would be a benefit in C/C++ or C# where
everything is case sensitive and a="hi" vs A="hi" really is
different.
--
Tony Caduto
AM Software Design
Home of Lightning Admin for PostgreSQL and MySQL
http://www.amsoftwaredesign.com
.
- Follow-Ups:
- References:
- Is there a way to do this in the IDE?
- From: do_not
- Is there a way to do this in the IDE?
- Prev by Date: Re: Is there a way to do this in the IDE?
- Next by Date: Re: Is there a way to do this in the IDE?
- Previous by thread: Re: Is there a way to do this in the IDE?
- Next by thread: Re: Is there a way to do this in the IDE?
- Index(es):
Relevant Pages
|