lazarus - Pascal ObjectListView -
i have been working wxpython control called objectlistview makes easy list objects directly in listview. there control similar objectlistview in object pascal (lazarus in case)? know how attach object list, not same, since list/grid controls don't work directly objects.
in form drop ttipropertygrid package rtti controls.
then in code can assign grid has display, example current form itself:
procedure tform1.formcreate(sender: tobject); begin tipropertygrid1.tiobject := self; end; 
Comments
Post a Comment