Calling a callback function in Delphi from a C++ DLL - Stack Overflow
Declare a function pointer in Delphi by declaring a function type. For example, the function type for your callback could be defined like this: type TGetProperty = function(object_type, object_instnace, property_identifier, device_identifier: UInt; value:...