hnlGetSymbolPropVal
hnlGetSymbolPropVal(s_propSymbol d_cellView|d_inst) =>propValue/ nil
Description
Returns the value of the property whose symbol name is given as the first argument. First the property is searched on the instance given as the third argument, and if not found there, on the cellview given as the second argument. If the property is found, the value is returned; otherwise, nil is returned.
Arguments
|
The |
|
|
The |
Value Returned
|
The value of the property whose symbol name is given as the first argument. |
|
Examples
hnlGetSymbolPropVal( "l" cellView inst )
Related Topics
Return to top