PropertyRow
PropertyRow* current = (PropertyRow*)RowAt(i);
PropertyRow::PropertyRow(const char* name, const char* value)
PropertyRow::~PropertyRow()
PropertyRow::SetName(const char* name)
PropertyRow::SetValue(const char* value)
AddRow(new PropertyRow(attributes[i].fName, attributes[i].fValue));
class PropertyRow : public BRow {
PropertyRow(const char* name, const char* value);
virtual ~PropertyRow();