Is there a way to add my own custom help to the help menu in RAD Studio 10.4? Under the menu options "Help" | "Third-party help", several of the third party libraries I use have added help for their products. Is there any way I can add my own help reference material there?
Custom help in Rad Studio 10.4
248 Views Asked by Vic Fanberg At
1
There are 1 best solutions below
Related Questions in DELPHI
- Image based steganography that survives resizing?
- Strange picture noise at the beginning of live stream
- Android: Video Player Like Dailymotion App
- Cloudfront stream only part of the video
- Realtime/zero-latency video stream: what codec parameters to use?
- How to toggle mjpg_streamer on and off
- Cam streaming Flash client/widget
- ffserver - invalid codec name libvpx
- Only play rtsp video using VideoView or MediaPlayer after 3 minutes or more
- Why so many partial content requests in Firefox when streaming mp4 video on Apache?
Related Questions in RAD-STUDIO
- Image based steganography that survives resizing?
- Strange picture noise at the beginning of live stream
- Android: Video Player Like Dailymotion App
- Cloudfront stream only part of the video
- Realtime/zero-latency video stream: what codec parameters to use?
- How to toggle mjpg_streamer on and off
- Cam streaming Flash client/widget
- ffserver - invalid codec name libvpx
- Only play rtsp video using VideoView or MediaPlayer after 3 minutes or more
- Why so many partial content requests in Firefox when streaming mp4 video on Apache?
Related Questions in DELPHI-10.4-SYDNEY
- Image based steganography that survives resizing?
- Strange picture noise at the beginning of live stream
- Android: Video Player Like Dailymotion App
- Cloudfront stream only part of the video
- Realtime/zero-latency video stream: what codec parameters to use?
- How to toggle mjpg_streamer on and off
- Cam streaming Flash client/widget
- ffserver - invalid codec name libvpx
- Only play rtsp video using VideoView or MediaPlayer after 3 minutes or more
- Why so many partial content requests in Firefox when streaming mp4 video on Apache?
Related Questions in HELP-SYSTEM
- Image based steganography that survives resizing?
- Strange picture noise at the beginning of live stream
- Android: Video Player Like Dailymotion App
- Cloudfront stream only part of the video
- Realtime/zero-latency video stream: what codec parameters to use?
- How to toggle mjpg_streamer on and off
- Cam streaming Flash client/widget
- ffserver - invalid codec name libvpx
- Only play rtsp video using VideoView or MediaPlayer after 3 minutes or more
- Why so many partial content requests in Firefox when streaming mp4 video on Apache?
Related Questions in C++BUILDER-10.4-SYDNEY
- Image based steganography that survives resizing?
- Strange picture noise at the beginning of live stream
- Android: Video Player Like Dailymotion App
- Cloudfront stream only part of the video
- Realtime/zero-latency video stream: what codec parameters to use?
- How to toggle mjpg_streamer on and off
- Cam streaming Flash client/widget
- ffserver - invalid codec name libvpx
- Only play rtsp video using VideoView or MediaPlayer after 3 minutes or more
- Why so many partial content requests in Firefox when streaming mp4 video on Apache?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
They are listed in the registry under:
HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\21.0\Help\HtmlHelp1Files
e.g. on my computer the entry for Indy is:
"Indy Help" REG_SZ "c:\delphi\delphi_10_4\help\Doc\Indy10.chm"
Alternatively a plugin can use the Open Tools API to add a menu item as described in the description of Third-Party Help Menu Item in the Embarcadero DocWiki.