occpGetCellProp
occpGetCellProp(o_occpHandlet_libName| nilt_cellNamet_propName) =>r_occpProp/ nil
Description
Gets the property information for a cell.
Arguments
|
The properties file handle returned from a call to |
|
|
The library name for the property. The default value of |
|
Value Returned
|
The property information does not exist or could not be retrieved. |
Example
when( or( occpGetCellProp(MyOccpHandle "lib1" "cell1" "variant") occpGetCellProp(MyOccpHandle nil "cell1" "variant") printf("Cell has variant property\n") )
Related Topics
Parent/Child Database Functions
Return to top