occpGetDefaultProp
occpGetDefaultProp(o_occpHandlet_propName) =>r_occpProp/ nil
Description
Gets default property information from the specified properties file.
Arguments
|
The properties file handle returned from a call to |
|
Value Returned
|
The property information does not exist or could not be retrieved. |
Example
MyProp = occpGetDefaultProp(MyOccpHandle "variant") when( MyProp printf("value is %L\n" MyProp->value))
Related Topics
Parent/Child Database Functions
Return to top