Q&A
Ask and answer questions to make information more available to wider audiences.
Alfredo Beringer @beringeralfredo   02, May 2023 12:00 AM
RTTI
What is stored in the RTTI?
answers 1
 
Answer 1
Nico Blacvood @blacvoodnico   05, May 2023 05:19 PM
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