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 |
How to generate an error for SELECT statements that divide by zero?
How to determine the names of the installed comm ports?
How to Send a file via DCOM ?
How to run executables created in Kylix?
How to set a custom CVS PServer port?
How to Load a TListView component that contains SubItems?
How to Finddistance between two points?
Can I use DLLs developed in C or C++ from Delphi?
How to Trapp non client areas ?
What does memory leak show in delphi?
How to capture the URL and title of the current webpage being viewed?
How to use TADOTable Seek procedure?1