DataModule, ActionBars with Popups in Delphi7

This section is for programmers. Please use it for all discussons on interfacing help with your applications and related subjects.

Moderators: Alexander Halser, Michael Schwarzl

Post Reply
ethales
Posts: 1
Joined: Mon Feb 02, 2009 12:07 pm

DataModule, ActionBars with Popups in Delphi7

Unread post by ethales »

Hi, I'm trying to apply popups to my entire application, I allready have everything set and working properly, the .hhp file, the .chm with topics out of the TOC for popups and Help Context number that correspond to them in the application.

The thing is, we have a menu created from a datamodule with TActionBars, and TActionClients for the submenus....

How can I set Help Context numbers for those? Are such components created in run time, capable of receiving valid context numbers?

Second thing, how can I set two different context numbers for the same component? I.e. One number for popup topic and another one for the TOC topic (when pressing F1).

Thanks for your great job.

Thales P.
Post Reply