Link to home
Start Free TrialLog in
Avatar of formi
formiFlag for Switzerland

asked on

TRzChecklist (from Raize-components) with objects

Hi

I use a TRzCheckList (Raize-components) and I can add items with objects like MyCheckList.AddObject(MyString, MyObject) but I can not find how to access the object later (there is no MyCheckList.Objects-property as ther is in TStringlist.

Thanks for your help

Peter
ASKER CERTIFIED SOLUTION
Avatar of SteveBay
SteveBay
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of formi

ASKER

That's not what I need to know. The problem is that this component (TRzCheckList) seems to have a method "AddObject" but no property "Objects" to access it. I sent an EMail to the developer of that component (raize.com) and so I try to close this thread.
Thank you anyway
Peter
Avatar of formi

ASKER

How can I close this question?
In Raize Comp many methods are exposed as a mater of convenience. MyCheckList.Add and MyCheckList.AddObject are the same as MyCheckList,Items.add and MyCheckList.Items.AddObject. I do not believe that Ray exposed MyCheckList.Items.Object in the same fashion.
Avatar of formi

ASKER

Sorry, you helped me! I really didn't check it first, but it's really the solution. Sorry and thanks, Peter