The stored keyword specifies a method or boolean var name.  This method /
var specifies whether the property should be stored.  The method must be
prototyped as:

function Methodname: Boolean;

If the boolean value is True, the property is stored.  Note that stored is a
misnomer, because it also governs whether a property is read.

Regards,
Dennis.


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Mark Derricutt
> Sent: Monday, 17 April 2000 14:32
> To: Multiple recipients of list delphi
> Subject: RE: [DUG]: efficient code
>
>
> On Mon, 17 Apr 2000, Stacey Verner wrote:
>
> >     property Caption: TCaption read GetText write SetText stored
> > IsCaptionStored;
>
> Whats this 'stored' keyword?  I don't think I've seen it
> before?  Is the
> IsCaptionStored a function?
>
> --
> Mark Derricutt   "People in prayer for me, everyone there for me,
> ICQ: 1934853      sometimes I feel I should face this alone, my
> Wrk: 377-9941     soul exposed... it calm's me to know that I
> Fax: 377-9947     won't!" = Dream Theater - Scarred
> DDI: 375-3754
>
> Now Playing: Paramaecium - The Birth and the Massacre of the Innocents
>
> --------------------------------------------------------------
> -------------
>     New Zealand Delphi Users group - Delphi List -
> [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to