[Visual Basic] Public Sub SetHelp( _ ByVal p_sValue As String _ ) _ Implements ILog.SetHelp [C#] public void SetHelp( string p_sValue ); [C++] public: void SetHelp( String* p_sValue ); [JScript] public function SetHelp( String p_sValue );
In this implementation the p_sValue parameter should be the full path of an help file in a format associated with a viewer (i.e., HTML, CHM, etc.).
Log Class | Okapi.Library.Base Namespace