Create valid TValue in C++ Builder 12
I need to assign event property at runtime using RTTI. But I can’t create TValue
with type of
TNotifyEvent
it is always void (__closure *)(class System::TObject *) __attribute__((fastcall))
.
I need to assign event property at runtime using RTTI. But I can’t create TValue
with type of
TNotifyEvent
it is always void (__closure *)(class System::TObject *) __attribute__((fastcall))
.