IPWorks SNMP 2020 C++ Builder Edition

Questions / Feedback?

ImportSymbols Event

List of imported symbols and the respective modules where they are declared.

Syntax

typedef struct {
  String Symbols;
  String ModuleName;
} TipnMibBrowserImportSymbolsEventParams;

typedef void __fastcall (__closure *TipnMibBrowserImportSymbolsEvent)(System::TObject* Sender, TipnMibBrowserImportSymbolsEventParams *e);

__property TipnMibBrowserImportSymbolsEvent OnImportSymbols = { read=FOnImportSymbols, write=FOnImportSymbols };

Remarks

The Symbols parameter is a comma separated list of all symbols that must be imported from ModuleName.

The module is loaded through the LoadMib method.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 C++ Builder Edition - Version 20.0 [Build 8202]