[fpc-pascal] Lazarus and FPC integration

Vincent Snijders vsnijders at quicknet.nl
Mon Oct 31 07:21:16 CET 2005


Elio Cuevas Gómez wrote:
> El Dom 30 Oct 2005 16:52, Dean Zobec escribió:
> 
>>[...]
>>
>>>One approach is the use of the RTTI - aware controls to link them to the 
>>
>>published properties of your Business Objects or, better, use a more
>>complex but more flexible bridge pattern to decouple the link  between
>>the business objects and the GUI without even using the RTTI metadata.
>>You only need a powerful editor to be productive in this case, and
>>Lazarus has a indeed a good one.
>>[...]
> 
> Excuse my ignorance, but, what's RTTI?

Run-time Type Information.

See for example 
http://www.freepascal.org/svn/lazarus/trunk/components/rtticontrols/examples/

Vincent.



More information about the fpc-pascal mailing list