System.Win.ComServ.TCppActiveXModule.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

TCppActiveXModule(bool isLocal)

Properties

Type Visibility Source Unit Parent
constructor public System.Win.ComServ.hpp System.Win.ComServ TCppActiveXModule

Description

Creates an instance of TCppActiveXModule.

  • If isLocal is true, this constructor defines std::exit(EXIT_SUCCESS) as the terminator of your COM server.
  • If isLocal is false, this constructor has no effect.

See Also