System.Procedure.Create
C++
Procedure(const String& name): AutoCmd(name) {}
Procedure(const AutoCmd& src): AutoCmd(src) {}
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | sysvari.h | System | Procedure |
Description
Creates an instance of Create for a specified method.
Create has two constructors: a version that takes the name of the method it represents and a copy constructor. When creating a new Create object for a method, the name parameter must be the same as the name of the method as it appears in the interface declaration.