TypeObject
class StringBlockTypeItem : public TStringBlock, public TypeObject {
void SetObject(TypeObject* object)
TypeObject* Object() const
TypeObject* fObject;
TypeObject* obj = from->Object();
TypeObject* obj = from->Object();
TypeObject(const TypeObject &);
TypeObject &operator=(const TypeObject &);
bool operator==(const TypeObject &);
bool operator!=(const TypeObject &);
class BitmapTypeItem : public BBitmap, public TypeObject {