DelphiVCL4Python icon indicating copy to clipboard operation
DelphiVCL4Python copied to clipboard

Python and RTTI

Open majcl opened this issue 1 month ago • 0 comments

Hello, it seems like RTTI doesnt work in python, or im doing something wrong. Calling ClassInfo() on any object always fails with hard crash for python interpret. delphivcl.Button.ClassInfo()

or

button = delphivcl.Button(...) 
...
button.ClassInfo()

Both version crashes whole python iterpret - im not sure, whether im doing something wrong, but it seems it doesnt work correctly.

majcl avatar Nov 01 '25 15:11 majcl