API Help
Eplan.EplApi.EServices Namespace / Message Class / DoHelp Method

In This Topic
    DoHelp Method (Message)
    In This Topic
    Called by EPLAN when the help text to the message should be shown. the function itself must take care to call the matching help system with the correct language. The easiest way is to call a simple dialog or message box.
    Syntax
    public abstract void DoHelp()
    public:
    abstract void DoHelp(); 
    See Also