System.NamedParm.GetParm

From RAD Studio API Documentation
Jump to: navigation, search

C++

Variant           GetParm() const     { return Parm;}

Properties

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

Description

Returns the value of the parameter.

Call GetParm to obtain the value that was assigned to the named parameter by the constructor. The value is always returned as a Variant. To determine the underlying type of this value, use the GetType method.

See Also