[Lazarus] OOP basics

Graeme Geldenhuys graemeg.lists at gmail.com
Thu Apr 15 21:40:56 CEST 2010


2010/4/15 Flávio Etrusco <flavio.etrusco at gmail.com>:
>
> When visibility is really a problem, you can use TComponent.DefineProperties...

Or simply use a "property types" (aka ValueType) framework, that
doesn't use RTTI at all, yet you can query all properties and even add
new properties at runtime. We have used this in combination with tiOPF
before and it works well.


-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/




More information about the Lazarus mailing list