Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Please add EnableCustomButton-Property for ElFolderDlg.pas/TElFolderDialog

Please make it possible with above property to disable the CustomButton

We add following lines in WinSelChanged:

    if Assigned(FCustBtn) then
      FCustBtn.Enabled := FEnableCustomButton;

Comments

Sign In or Register to comment.