System.Win.ComObj.TComServerObject.HelpFileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HelpFileName: string read GetHelpFileName write SetHelpFileName;

C++

__property System::UnicodeString HelpFileName = {read=GetHelpFileName, write=SetHelpFileName};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TComServerObject

Description

Specifies the name of the Help file associated with the module.

The abstract accessor methods for HelpFileName are overridden in descendant classes.