HealthOneNZ-DevManager
HealthOneNZ-DevManager
I've found that the TDataSetUtils class has been declared as sealed so this is making it hard to subclass for use with an interfaced list. I might just clone the...
Thanks, I added `C:\Temp\xmlsec\libxml2\include\libxml2\` which is the parent directory of the libxml directory I know get an error for one of the C standard library files ``` Parsing header files......
OK, I've just checked the "Ignore parse errors" option so it has skipped over this. Fingers crossed I can get this to work :)
At this stage you would have to do some custom marshalling as there is no direct support for custom enumerations apart from boolean.  So that means code like this...
Actually on further investigation, the parameter matching code in the RPC controller does not handle sets at all. You could have a go at writing something and contributing it back...
If you need some code to convert string representations back to an enumerated type I often use code like this, you'd need to use some RTTI to make it more...
Hey nice work on the enhanced JSONDataValueToTValueParam :) We're still running a little behind but I'll schedule an update to a newer code base for next year.
I have refactored the Histogram to follow the intent of the Prometheus project. In particular the child object is used to created user defined labelled metrics. The labels created from...