System.AutoCmd.ClearName

From RAD Studio API Documentation
Jump to: navigation, search

C++

AutoCmd&          ClearName();             // SetName("")

Properties

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

Description

Replaces the name of the associated method with an emtpy string.

Call ClearName to disassociate the AutoCmd object from the Automation interface method it represents. ClearName replaces the method name with an empty string, but does not free any parameter values that have been assigned. After a call to ClearName, the AutoCmd object cannot be executed until a new method name is assigned using the SetName method.

See Also