TRVAControlPanel.HelpType (D6+)

<< 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.

Core RichViewActions

HelpContext

HelpKeyword

Dialog is displayed by

90000

Document background dialog

TrvActionBackground

90100

Fill color dialog

TrvActionFillColor

90200

Font dialog

TrvActionFontEx

90300

Paragraph padding dialog

TrvActionParaBorder

TrvActionFillColor

90301

Paragraph text margins dialog

TrvActionParaBorder

90302

Document padding dialog

TrvActionBackground

90400

Hyperlink dialog

TrvActionInsertHyperlink

90450

Hyperlink attributes dialog

TrvActionInsertHyperlink

(if StyleTemplates are not used)

90460

Active hyperlink attributes dialog

TrvActionStyleTemplates

TrvActionAddStyleTemplate

(when editing properties of hypertext style)

90500

Symbol insertion dialog

TrvActionInsertSymbol

90600

Table insertion dialog

TrvActionInsertTable

90700

Row count dialog

TrvActionTableInsertRowsBelow

90800

Picture properties dialog

TrvActionItemProperties

90900

Horizontal line properties dialog

TrvActionItemProperties

91000

Table properties dialog

TrvActionTableProperties

TrvActionItemProperties

90910

Sidenote properties dialog

TrvActionItemProperties

90920

Number properties dialog

TrvActionItemProperties

90930

Page number and page count properties dialog

TrvActionItemProperties

90940

Equation dialog

TrvActionInsertEquation

TrvActionItemProperties

91100

Bullets and numbering dialog

TrvActionParaList

91200

HTML bullets and numbering dialog

TrvActionParaList

(if RVAControlPanel.UserInterface = rvauiHTML)

91300

Paste special dialog

TrvActionPasteSpecial

91301

Language dialog

RVA_ChooseLanguage function

91400

Page setup dialog

TrvActionPageSetup

91500

Paragraph border and background dialog

TrvActionParaBorder

91600

Bullets and numbering customization dialog

TrvActionParaList

91700

Paragraph dialog

TrvActionParagraph

91800

Print preview dialog

TrvActionPrintPreview

91900

Cell spacing dialog

TrvActionTableProperties

TrvActionItemProperties

92000

Cell splitting dialog

TrvActionTableSplitCells

92100

Table background dialog

TrvActionTableProperties

TrvActionItemProperties

92200

Table border dialog

TrvActionTableProperties

TrvActionItemProperties

92300

Text and paragraph styles dialog

TrvActionStyleTemplates

TrvActionAddStyleTemplate

92400

Text and paragraph styles import dialog

TrvActionStyleTemplates

TrvActionAddStyleTemplate

(when importing styles from a file)

92500

Number insertion dialog

TrvActionInsertNumber

92600

Visible sides dialog

TrvActionTableProperties

TrvActionItemProperties

92700

Caption insertion dialog

TrvActionInsertCaption

92800

Object alignment dialog

TrvActionVAlign

92900

Table sort dialog

TrvActionTableSort

93000

Bookmark dialog

TrvActionBookmarks

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

TrvActionStyleTemplates

TrvActionAddStyleTemplate

(when adding a standard style)

93130

Table delimiters dialog

TrvActionTableToText

ScaleRichView

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.

ReportWorkshop

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

TrvActionItemProperties

95800

Report table insertion dialog

TrvrActionInsertTable

95900

Report Wizard

TrvrActionReportWizard

96000

Master-detail link dialog

TrvrActionReportWizard

Default value:

htContext

See also:

UseHelpFiles

UseDefaultHelpFile