System.AutoCmd.GetArgCount

From RAD Studio API Documentation
Jump to: navigation, search

API:System.AutoCmd.GetArgCount

Description

Returns the number of positional arguments that have been assigned.

Call GetArgCount to determine the number of parameter values that have been assigned using the << operator. The values themselves can be retrieved using the GetParm method.

See Also