Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6741977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:47:19+00:00 2026-05-26T11:47:19+00:00

I was trying to add a Help button onto my Open, Save, Find and

  • 0

I was trying to add a Help button onto my Open, Save, Find and Print common dialogs in Delphi 2009.

I thought the proper way to do it was to set frShowHelp to true in the Options property of the dialog:enter image description here

But when I do, the dialog comes up the same as without the option, e.g.:enter image description here

I’m expecting to see a Help button below the Cancel button, but it’s not there.

I’m developing under Windows Vista. Did Microsoft eliminate the capability of adding the Help button to their common dialogs, or am I doing something wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T11:47:20+00:00Added an answer on May 26, 2026 at 11:47 am

    Find dialog

    Include frShowHelp in Options and the help button will appear. It’s very hard to understand why that would not be working for you.

    Print dialog

    Include poHelp in Options and the help button will appear.

    File dialogs

    Now these did change when Vista was introduced. The new dialogs do not have, built-in, the capability to show a help button.

    You can always revert to the legacy XP dialogs by setting Dialogs.UseLatestCommonDialogs to False. If you do that you can set ofShowHelp, HelpContext etc.

    You should prefer to use the new dialogs if they available though. For those dialogs you need to use IFileDialogCustomize to add a help button.

    In Delphi, for Vista and up, you would need to use TFileOpenDialog or TFileSaveDialog directly rather than TOpenDialog and TSaveDialog. You would create the dialog object and then request the IFileDialogCustomize interface from the Dialog property. The best place to do this is in the DoExecute event of the dialog control.

    procedure TForm1.FileOpenDialog1Execute(Sender: TObject);
    var
      FileDialogCustomize: IFileDialogCustomize;
    begin
      FileDialogCustomize := FileOpenDialog1.Dialog as IFileDialogCustomize;
      FileDialogCustomize.AddPushButton(0, 'Help');
    end;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to add a help '?' button to the title bar (along
I wonder if someone can help me. I'm trying to add a reference to
I'm trying to add a button onclick event to a button tag when I
I am trying to add a custom button to a JqGrid that implements a
I am trying to add a delete button to the Dojo Datagrid and I
I have added an imageview , and i am trying to add an button
I have a DataGrid in WPF. And I am trying to add Button s
I’m trying to have an embedded web site with a button. When I add
I am trying to figure out how to add a button to the top
I'm trying to disable a button that I add to my navigation controller bar.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.