From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,57654867e5205348 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-08 22:30:17 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: amir@sl.iae.nsk.su (Amir Yantimirov) Newsgroups: comp.lang.ada Subject: Re: C# should be last plain-text language Date: 8 Feb 2004 22:30:17 -0800 Organization: http://groups.google.com Message-ID: <97f98cd5.0402082230.5591f528@posting.google.com> References: <97f98cd5.0402070314.2678974e@posting.google.com> NNTP-Posting-Host: 81.1.215.198 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1076308217 11535 127.0.0.1 (9 Feb 2004 06:30:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 9 Feb 2004 06:30:17 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:5358 Date: 2004-02-08T22:30:17-08:00 List-Id: "Alexandre E. Kopilovitch" wrote in message news:... > As you mentioned (Borland) C++ Builder, you must know the language element, > which is fairly critical for Delphi and then C++ Builder integration abilities > - "property". I always thought that this language element would be useful in > Ada, but it does not seem a simple task to add it properly. I tried that > several times, but failed so far. > > Alexander Kopilovitch aek@vib.usr.pu.ru > Saint-Petersburg > Russia The property is key element of design-time interface of object in Delphi/Builder/VS.Net. At run-time it may be convenient but not necessary. Developers of A# (http://www.usafa.af.mil/dfcs/bios/mcc_html/a_sharp.html) use same approach as Java - get_Value/set_Value naming convention. Amir Yantimirov http://www174.pair.com/yamir/programming/