Add a hint to CustomButtons

The standard task dialog allows a hint when using Custom Buttons. It would be nice if AdvTaskDialog would allow them. Consider allowing something like:

AdvTaskDlg.CustomButtons.Add('Save and Replace[[Hint]]Replace the file in the destination folder with the new generated code.');
AdvTaskDlg.CustomButtons.Add('Don''t Save[[Hint]]The file in the destination folder will not be changed. New generated code will be discarded.');

View a sample here: http://stackoverflow.com/questions/4979556/how-to-use-the-ttaskdialog
Scroll down to Command Links

For a non-native dialog, the button hints can be set via the button Caption|Hint

This feature was implemented.