You gave me this link:
http://www.delphibasics.co.uk/ByFunction.asp?Main=Strings
Are these methods supported by FreePascal, or would I need to be using
Lazarus (Delphi)?
Thanks again for all your help.
Alex C. Barberi
VisionForce
http://www.visionforceweb.com
----- Original Message -----
From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]>
To: "VisionForce" <[EMAIL PROTECTED]>
Sent: Sunday, January 29, 2006 11:54 AM
Subject: Re: [fpc-devel] Web language
On 1/27/06, VisionForce <[EMAIL PROTECTED]> wrote:
Thanks Felipe.
You are welcome =)
This really might be a good experience to learn.
1) Serialization is saving the information stored in a class into a
binary,
SOAP, XML or other file format.
XML is fully supported. SOAP is a w3c specification, so it should be
easy to interface with it. There is a unit called DOM that you can use
to access XML.
2) Polymorphism covers things likes overloading and overriding methods,
creating interfaces, and other such OOP related items.
overriding and interfaces are also supported.
You can learn about this here:
http://www.delphibasics.co.uk/Article.asp?Name=OO
--
Felipe Monteiro de Carvalho
_______________________________________________
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel