<< Click to display table of contents >> TRVAControlPanel.HelpType (D6+) |
Specifies whether the RichViewActions forms' context-sensitive Help topics are identified by a context ID or by a keyword.
property HelpType: THelpType;
This property affects all RichViewActions forms.
The list of values of HelpContext and HelpKeyword properties are shown below.
Values of HelpContext are hard-coded. Values of HelpKeyword can be modified by RVSetHelpKeyword.
HelpContext |
HelpKeyword |
Dialog is displayed by |
90000 |
Document background dialog |
|
90100 |
Fill color dialog |
|
90200 |
Font dialog |
|
90300 |
Paragraph padding dialog |
|
90301 |
Paragraph text margins dialog |
|
90302 |
Document padding dialog |
|
90400 |
Hyperlink dialog |
|
90450 |
Hyperlink attributes dialog |
(if StyleTemplates are not used) |
90460 |
Active hyperlink attributes dialog |
(when editing properties of hypertext style) |
90500 |
Symbol insertion dialog |
|
90600 |
Table insertion dialog |
|
90700 |
Row count dialog |
|
90800 |
Picture properties dialog |
|
90900 |
Horizontal line properties dialog |
|
91000 |
Table properties dialog |
|
90910 |
Sidenote properties dialog |
|
90920 |
Number properties dialog |
|
90930 |
Page number and page count properties dialog |
|
90940 |
Equation dialog |
|
91100 |
Bullets and numbering dialog |
|
91200 |
HTML bullets and numbering dialog |
(if RVAControlPanel.UserInterface = rvauiHTML) |
91300 |
Paste special dialog |
|
91301 |
Language dialog |
RVA_ChooseLanguage function |
91400 |
Page setup dialog |
|
91500 |
Paragraph border and background dialog |
|
91600 |
Bullets and numbering customization dialog |
|
91700 |
Paragraph dialog |
|
91800 |
Print preview dialog |
|
91900 |
Cell spacing dialog |
|
92000 |
Cell splitting dialog |
|
92100 |
Table background dialog |
|
92200 |
Table border dialog |
|
92300 |
Text and paragraph styles dialog |
|
92400 |
Text and paragraph styles import dialog |
(when importing styles from a file) |
92500 |
Number insertion dialog |
|
92600 |
Visible sides dialog |
|
92700 |
Caption insertion dialog |
|
92800 |
Object alignment dialog |
|
92900 |
Table sort dialog |
|
93000 |
Bookmark dialog |
|
93100 |
Visual styles dialog |
RVA_ChooseStyle function |
93110 |
File encoding dialog |
File saving and loading actions (when choosing encoding of ANSI text files) |
93120 |
Standard text and paragraph styles dialog |
(when adding a standard style) |
93130 |
Table delimiters dialog |
HelpContext |
HelpKeyword |
Dialog is displayed by |
91400 |
Page setup dialog |
TsrvActionPageSetup |
ScaleRichView introduces an alternative action for displaying a page setup dialog: TsrvActionPageSetup. When using TSRichViewEdit, TsrvActionPageSetup must be used instead of TrvActionPageSetup. It's assumed that only one of these actions are used in an application, so these dialogs have the same HelpContext and HelpKeyword.
HelpContext |
HelpKeyword |
Dialog is displayed by |
95000 |
Report table cell dialog |
TrvrActionCellProperties |
95100 |
Background diagram dialog |
TrvrActionCellProperties |
95200 |
Color scale dialog |
TrvrActionCellProperties |
95300 |
Row generation rules dialog |
TrvrActionRowGenerationRules |
95400 |
Cross tabulation dialog |
TrvrActionCrossTab |
95500 |
Report properties dialog |
TrvrActionDocProperties |
95600 |
Background diagram type dialog |
TrvrActionCellProperties |
95700 |
Shape properties dialog |
|
95800 |
Report table insertion dialog |
TrvrActionInsertTable |
95900 |
Report Wizard |
TrvrActionReportWizard |
96000 |
Master-detail link dialog |
TrvrActionReportWizard |
Default value:
htContext
See also: