pcDeleteParam
pcDeleteParam(d_cvId t_paramName) =>t / nil
Description
Deletes the definition of the parameter identified by t_paramName. It is recommended to use pcHIEditParameters instead of this function.
You must have defined the named parameter.
Arguments
|
The database ID of the cellview in which the parameterized property should be deleted. |
|
Value Returned
Examples
pcDeleteParam( cellviewId "width" )
Deletes the parameter named width.
Return to top