Re: D8: first impression and uneasy feeling... (long)
From: Rudy Velthuis (TeamB) (rvelthuis_at_gmx.de)
Date: 02/21/04
- Next message: Rudy Velthuis (TeamB): "Re: Intel announces 64-bit extensions"
- Previous message: Andrew Rybenkov: "Re: Intel announces 64-bit extensions"
- In reply to: Dave Jewell: "Re: D8: first impression and uneasy feeling... (long)"
- Next in thread: Joanna Carter \(TeamB\): "Re: D8: first impression and uneasy feeling... (long)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 21 Feb 2004 18:31:56 +0100
At 18:20:56, 21.02.2004, Dave Jewell wrote:
> "Rudy Velthuis (TeamB)" <rvelthuis@gmx.de> wrote in message
> news:xn0derixhpe7gi03m-moderator@newsgroups.borland.com...
>
> > In Delphi, all classes expose the same kind of object, and it already
> > has a SaveToFile as well.
>
> Yeah, ok, ok. :-) I've conceded that it would be nice if the FCL had
> this, but TBH, I don't rate it as a significant issue. The lack of
> 'foreach' in Object Pascal (for example) is likely to be more irksome
> on a day to day basis because you're going to want to iterate over a
> collection far more frequently than you'll want to save a listbox to a
> file. IMHO. ;-))
Like I sadi before: it is not just that one routine. Lots of similar
things are simply missing in WinForms.
> That seems somewhat unfair. Most of the time, the Graphics object you
> want to use has already been created.
But not the Brushes and Pens, etc.
> If you're using a custom brush
> in VCL, you'll need to create it.
In WinForms, you'll have to create any brush.
> With VCL, you'll likewise have to delete it
I guess you mean you'll have to Free it.
which is NOT the case with .NET because of GC.
This is AFAIK not true. Items like Brushes and Pens are resources and
should be released as soon as possible.
--
Rudy Velthuis (TeamB)
"You can pretend to be serious; you can't pretend to be witty."
- Sacha Guitry (1885-1957)
- Next message: Rudy Velthuis (TeamB): "Re: Intel announces 64-bit extensions"
- Previous message: Andrew Rybenkov: "Re: Intel announces 64-bit extensions"
- In reply to: Dave Jewell: "Re: D8: first impression and uneasy feeling... (long)"
- Next in thread: Joanna Carter \(TeamB\): "Re: D8: first impression and uneasy feeling... (long)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|