Re: Fields vs Properties vs Methods
From: Dennis (Dennis_at_discussions.microsoft.com)
Date: 11/13/04
- Next message: Matthew: "Resize label based on contents"
- Previous message: Charles Law: "Re: Cannot find Application Configuration File under Win2000"
- In reply to: Bob Powell [MVP]: "Re: Fields vs Properties vs Methods"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 12 Nov 2004 16:42:03 -0800
Thanks all for answers. I kept seeing the word "Field" used in the MSDN and
was trying to figure out a definition as to what they were referring to. The
MSDN seems to use the term field loosely.
"Bob Powell [MVP]" wrote:
> >>Maybe this clears it somehow
>
> Very possibly...
>
> --
> Bob Powell [MVP]
> Visual C#, System.Drawing
>
> Find great Windows Forms articles in Windows Forms Tips and Tricks
> http://www.bobpowell.net/tipstricks.htm
>
> Answer those GDI+ questions with the GDI+ FAQ
> http://www.bobpowell.net/faqmain.htm
>
> All new articles provide code in C# and VB.NET.
> Subscribe to the RSS feeds provided and never miss a new article.
>
>
>
>
>
> "Cor Ligthert" <notmyfirstname@planet.nl> wrote in message
> news:ur9or8KyEHA.2316@TK2MSFTNGP15.phx.gbl...
> > Bob,
> >
> > What a property or a method is, was not the question it goes about the
> > definition for "field". I do not know if there is for that a general
> > definition in this case. Therefore I did not answer it, curious that I was
> > if somebody would come with that.
> >
> > And to Dennis than as a try for an answer, a field is a very old
> definition.
> > When you saw in past a record or a memory description graphical it was
> > always this
> >
> > |Field1|Field2|Field3|etc
> >
> > It is of course still a field in memory, however not so concrete as in
> past
> > where it was really forever memory_adress(length)
> >
> > To describe it now I mostly "try" to use for in memory
> > Object or Value
> > In a data row description
> > Item
> >
> > Maybe this clears it somehow
> >
> > Cor
> >
> >
>
>
>
- Next message: Matthew: "Resize label based on contents"
- Previous message: Charles Law: "Re: Cannot find Application Configuration File under Win2000"
- In reply to: Bob Powell [MVP]: "Re: Fields vs Properties vs Methods"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|