Interview Questions

What is RTTI in delphi

Delphi Interview Questions


(Continued from previous question...)

What is RTTI in delphi

RTTI - Runtime type informartion, we can use is and as key work we can use at runtime.

Using is we can find the control at run time
Using as we can create control at run time

(Continued on next question...)

Other Interview Questions