System.NamedParm.GetParmName

From RAD Studio API Documentation
Jump to: navigation, search

C++

AnsiString        GetParmName() const { return Name;}

Properties

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

Description

Returns the name of the parameter.

GetParmName returns the name that was assigned to the parameter by the constructor.

See Also