Vcl.OleAuto.EOleException.HelpFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HelpFile: string read FHelpFile;

C++

__property System::UnicodeString HelpFile = {read=FHelpFile};

Properties

Type Visibility Source Unit Parent
property public
Vcl.OleAuto.pas
Vcl.OleAuto.hpp
Vcl.OleAuto EOleException

Description

Specifies the name and location of the help file that contains information about the error that occurred.

HelpFile lists the name and complete directory path of the help file that contains information about the error.

See Also