System.NamedParm

From RAD Studio API Documentation
Jump to: navigation, search

C++

class NamedParm

Properties

Type Visibility Source Unit Parent
class public sysvari.h System System

Description

NamedParm represents a named parameter assigned to a TAutoCmd descendant.

The NamedParm class represents a named parameter that can be assigned as an argument to one of the AutoCmd descendants (PropertyGet, PropertySet, Procedure, or Function).

NamedParm overloads the constructor to let you assign a variety of types as the value of the parameter. It also defines methods for retrieving the name, value, or type of the parameter.

See Also


Code Examples