<< Click to display table of contents >> RVA_GetHelpFile Function |
This method returns the help file name for the current UI language.
Unit RVALocalize.
function RVA_GetHelpFile(ControlPanel: TComponent): String;
If ControlPanel is a TRVAControlPanel component.
The name of the current language is returned as ControlPanel.Language, or by RVA_GetLanguageName function.
The current language can be changed by assigning a new value to ControlPanel.Language, or by calling RVA_SwitchLanguage procedure.
See also: