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=0.8 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_REPLYTO,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,14d99405cab104fc X-Google-Attributes: gid103376,public From: Dmitriy Anisimkov Subject: Re: "property" in Ada95 (similar to Delphi/Object Pascal) Date: 1998/07/06 Message-ID: <35A0CB71.E4C04B72@chat.ru>#1/1 X-Deja-AN: 368871471 Content-Transfer-Encoding: 7bit References: <6no5bo$3n9$1@nnrp1.dejanews.com> MIME-Version: 1.0 Reply-To: anisimkov@yahoo.com To: aek@vib.usr.pu.ru Content-Type: text/plain; charset=us-ascii Organization: Self Newsgroups: comp.lang.ada Date: 1998-07-06T00:00:00+00:00 List-Id: aek@vib.usr.pu.ru wrote: > whether there is some feature in Ada95 object stuff similar to "property" in > Delphi. There is no property in Ada95. But You may use procedure SetSomething(Object,Value); and function GetSomething(Object) return TValue; instead. It is not difficult, i think. Dmitriy Anisimkov. www.chat.ru/~vagul