Vince

Yes as in Pascal, But that doesb't stop you from

TString = class(TObject)
private
  FValue: string;
  ...

would be a good exercide in Delphi OO
The only problem is you cant then go

String1 := String2 as it will only assign the pointer

Neven
----- Original Message -----
From: "Vince Jones" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Wednesday, October 02, 2002 5:29 PM
Subject: RE: [DUG]: Please help


> Hi all,
>
> > So this means that you need to call methods that
> > operate on a string, not methods of a string.
>
> Thanks a lot for the help, much clearer now.
>
> Odd though. I guess in Delphi a string is a primitive
> data type...
>
> Thanks, Vince.
>
> http://mobile.yahoo.com.au - Yahoo! Messenger for SMS
> - Always be connected to your Messenger Friends
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to