How does run-time type information (rtti) work?



How does run-time type information (rtti) work?..

Answer / Anil Singh

Run-Time Type Information (RTTI) is a feature in Delphi that allows you to query and manipulate objects at runtime. It works by storing additional data about the type of an object, such as its class type, property types, and method signatures, in a special area of memory known as the RTTI information block. This information can be accessed using various RTTI functions provided by Delphi.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Delphi Interview Questions

How to generate an error for SELECT statements that divide by zero?

1 Answers  


How to determine the names of the installed comm ports?

1 Answers  


How to Send a file via DCOM ?

1 Answers  


How to run executables created in Kylix?

1 Answers  


How to set a custom CVS PServer port?

1 Answers  


How to Load a TListView component that contains SubItems?

1 Answers  


How to Finddistance between two points?

1 Answers  


Can I use DLLs developed in C or C++ from Delphi?

1 Answers  


How to Trapp non client areas ?

1 Answers  


What does memory leak show in delphi?

1 Answers  


How to capture the URL and title of the current webpage being viewed?

1 Answers  


How to use TADOTable Seek procedure?1

3 Answers  


Categories