[fpc-devel] Web language

VisionForce webmaster at visionforceweb.com
Sun Jan 29 21:24:07 CET 2006


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" <felipemonteiro.carvalho at gmail.com>
To: "VisionForce" <webmaster at visionforceweb.com>
Sent: Sunday, January 29, 2006 11:54 AM
Subject: Re: [fpc-devel] Web language


On 1/27/06, VisionForce <webmaster at visionforceweb.com> 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




More information about the fpc-devel mailing list