delphi - What exactly does TRegTypes.RegisterType() do? -


when use java2op, see adds following @ end of generated file:

procedure registertypes; begin   tregtypes.registertype('javainterfaces.janimator', typeinfo(javainterfaces.janimator));   tregtypes.registertype('javainterfaces.janimator_animatorlistener', typeinfo(javainterfaces.janimator_animatorlistener));   .... end; 

what purpose of this? tregtypes.registertype() do?


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -