Allow Variable/Constant in Title property in ObjectInspector

Currently, TAdvTaskDialog only allows literal text in the Title property in ObjectInspector. If you want to assign a variable or constant to the Title property, you have to do that in your own code which is cumbersome.
So it should be possible to write e.g. %MyDialogTitle% in ObjectInspector/Title where MyDialogTitle is a global variable/constant.
This would be very useful!