Description
The ObjProperty.ParamName
returns the name of the property’s parameter specified by its index.
Declaration
ObjPropertyObj.ParamName(Index)
Read-Only Property | String |
ObjPropertyObj | An expression, variable or parameter that specifies a reference to an ObjProperty object | |||
Index | [in] | Required | Integer |
Applies To
The property is applied to the following object:
Parameters
The property has the following parameter:
Index
The zero-based index of the desired parameter in the properties parameter's list. To get the total number of property’s parameters, use the ObjProperty.ParamCount
property.
Property Value
A string that holds the parameter’s name.
Remarks
If you use Python or DelphiScript, you should enclose the parameter of the ParamName
property in square brackets: ParamName[Index]
.
See Also
ObjProperty.Access
ObjProperty.Name
ObjProperty.ParamCount
ObjProperty.Value