TAdvDirectoryEdit issue

Hello,


I am using TAdvDirectoryEdit 1.3.5.1 and realized that the OnDialogClose event always sets OK to true. Can you please confirm that line 31 of AdvDirectoryEdit should read:

 TDialogCloseEvent = procedure(Sender: TObject; NewDirectory: string; var OK: boolean) of object;

If this is true I will need to recompile the Component Pack, which package should I recompile for Delphi Seattle? XE9?

Regards

I'm not sure I understand why you'd need to make this a var param, this reports whether the dialog was closed with the OK button or not.