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.

enter image description here

then in code can assign grid has display, example current form itself:

procedure tform1.formcreate(sender: tobject); begin   tipropertygrid1.tiobject := self; end; 

Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -