System.AutoCmd.GetName

From RAD Studio API Documentation
Jump to: navigation, search

C++

AnsiString        GetName() const { return Name;}

Properties

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

Description

Returns the name of the interface method represented by this AutoCmd object.

Call GetName to determine the method on an Automation interface to invoke when executing the AutoCmd object. This is the name of the method, rather than its dispatch ID.

Typically, the AutoCmd constructor specifies the name of the method, although this can be changed using the SetName method.

See Also