User's Guide > Fundamentals > String and Widestring Functions > Accessing LearningConnector
Accessing LearningConnector
Function Introduced:
LearningConnector (LC) is a feature in that allows users to access the training directly from a application. An event triggered in the user interface notifies the LearningConnector, which displays the relevant training topics for the current activity.
The function ProLearningconnectorNotify() notifies the LearningConnector that an event has been triggered from a application. The function also allows users to notify custom-made trainings other than the standard training provided by PTC for the specified module. The LearningConnector displays the relevant training topics for the specified input arguments. You must read the LearningConnector documentation before using this function. The input arguments are:
module—This is a mandatory argument. Specifies the name of the module that triggers the event.
module_info—This is an optional argument. Specifies additional information about the module that triggers the event. This additional information is used by the event-handling function of LearningConnector.
You can use the function on customized widgets also.
這是否有幫助?