System.AutoCmd.ClearArgs

From RAD Studio API Documentation
Jump to: navigation, search

C++

AutoCmd&          ClearArgs();             // Clear Parms and NamedParms

Properties

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

Description

Clears any assigned parameters.

Call ClearArgs to remove all assigned parameter values (both named parameter values and values that were supplied by position). Once the existing values have been removed, new parameter values can be assigned using the << operator.

See Also