[DUG] Delphi 2006 and 2007 - Accredo etc

Steve Peacocke steve.peacocke at gmail.com
Wed Sep 5 14:45:13 NZST 2007


On 05/09/07, David Brennan <dugdavid at dbsolutions.co.nz> wrote:
> This isn't a situation Codegear should be happy with. I don't know the full
> extent of the problem as I don't use Delphi 2005-2007 but if it is bad as
> people say then it is disgraceful.

Taking a look at TStrings...
---------
Description
This is class Classes.TStrings.
---------

and if we look at Properties if TStrings we get...

---------
Protected Properties
  UpdateCount  This is UpdateCount, a member of class TStrings.

Public Properties
  Capacity  This is Capacity, a member of class TStrings.
  CommaText  This is CommaText, a member of class TStrings.
  Count  This is Count, a member of class TStrings.
  DelimitedText  This is DelimitedText, a member of class TStrings.
  Delimiter  This is Delimiter, a member of class TStrings.
  LineBreak  This is LineBreak, a member of class TStrings.
  Names  This is Names, a member of class TStrings.
  NameValueSeparator  This is NameValueSeparator, a member of class TStrings.
  Objects  This is Objects, a member of class TStrings.
  QuoteChar  This is QuoteChar, a member of class TStrings.
  StrictDelimiter  This is StrictDelimiter, a member of class TStrings.
  Strings  This is Strings, a member of class TStrings.
  StringsAdapter  This is StringsAdapter, a member of class TStrings.
  Text  This is Text, a member of class TStrings.
  ValueFromIndex  This is ValueFromIndex, a member of class TStrings.
  Values  This is Values, a member of class TStrings.
---------

The list of Methods is just a little better, but not by much.

OK, they are working on it, which seems more than Borland was doing.
We wait in the wings to hear more.

Amongst the people who are on this list, there are some very
experienced programmers. However experienced you are, there are always
times when you want to check out how a particular method is called, or
what a particular property actually does etc.  Agreed, you could
always write a little test program that changes a property, but it may
not be visible or have an immediately recognisable name. Pressing F1
should tell you immediately.

We still have the web, and D7 help files so we can give them time to
update the help.

Steve

-- 
Steve Peacocke
http://stevepeacocke.blogspot.com/


More information about the Delphi mailing list