The RTTI for an object contains quite a few sections:
Automation table
Init/finalization table
Type info table
Virtual Method Table (VMT):
* Published field table
* Published method table
* Dynamic method table
* Class name
* Instance size
* Pointer to its parent class
* TObject virtual methods
* User-defined virtual methods