ObjectItem
fObjectLV->AddItem(new ObjectItem("Object", object));
if (ObjectItem* item = (ObjectItem*)fObjectLV->ItemAt(fObjectLV->CurrentSelection(0))) {
while (ObjectItem* item = (ObjectItem*)fObjectLV->ItemAt(fObjectLV->CurrentSelection(0))) {
ObjectItem(const char* name, State* object)