System.AutoCmd.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

AutoCmd(const String& name);
AutoCmd(const AutoCmd& src);

Properties

Type Visibility Source Unit Parent
constructor public sysvari.h System AutoCmd

Description

System.AutoCmd.AutoCmd create an instance of System.AutoCmd.

System.AutoCmd.AutoCmd has two constructors: a version that takes the name of the method it represents and a copy constructor. When creating a new System.AutoCmd.AutoCmd object for a method, the name parameter must be the same as the name of the method as it appears in the interface declaration.