RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AutoCmd::GetName Method

Returns the name of the interface method this System::AutoCmd::AutoCmd object represents.

Pascal
function GetName: String;
C++
String GetName() const;

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

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!