CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2004
    Posts
    2

    What is this kind of new keyword, someojb.new?

    I came a cross the following code and never seen it before. I tried to look up this version of new but had no luck finding description.

    TableCellEditor editor = someObj.new DataCellEditor( tf, aTable ));

  2. #2
    Join Date
    May 2002
    Location
    Lindenhurst, NY
    Posts
    867

    Re: What is this kind of new keyword, someojb.new?

    It's explained at the end of this tutorial page:
    Nested Classes

  3. #3
    Join Date
    Mar 2004
    Posts
    2

    Re: What is this kind of new keyword, someojb.new?

    Thanks much, that did it!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured