occpSetCellProp
occpSetCellProp(o_occpHandlet_libName| nilt_cellNamer_occpProp) =>t/ nil
Description
Sets the property information for a cell. The new setting overwrites any existing property setting for the cell.
Arguments
|
The properties file handle returned by |
|
|
The library name for the property. The default value of |
|
Value Returned
Example
unless( or( occpGetCellProp(MyOccpHandle "lib1" "cell1" "variant") occpGetCellProp(MyOccpHandle nil "cell1" "variant") ) occpSetCellProp(MyOccpHandle "lib1" "cell1" occpCreateProp("variant" "lowPower")) )
Related Topics
Parent/Child Database Functions
Return to top