[Lazarus] How to use RTTICtrls

2016-01-19 Thread Dennis
I now how to use TIPropertyGrid but I don't know how to use RTTICtrls 
e.g. TTIEdit.
In TIPropertyGrid, there is a property called TIObject to which I just 
assigned my object reference and everything is working.


For TTIEdit, there isn't such a property.

I want to use RTTICtrls to let end users edit some properties of my object.

I searched the net but found nothing useful.

Pls help.

Dennis
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] How to use RTTICtrls

2016-01-19 Thread Mattias Gaertner
On Tue, 19 Jan 2016 19:33:46 +0800
Dennis  wrote:

> I now how to use TIPropertyGrid but I don't know how to use RTTICtrls 
> e.g. TTIEdit.
> In TIPropertyGrid, there is a property called TIObject to which I just 
> assigned my object reference and everything is working.
> 
> For TTIEdit, there isn't such a property.
> 
> I want to use RTTICtrls to let end users edit some properties of my object.
> 
> I searched the net but found nothing useful.

See the 'Link' property.

Mattias

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus