occpCreateProp
occpCreateProp(t_nameg_value@key (nonInheritablenil) (noEvalnil) ) =>r_occpProp/ nil
Description
Creates an occurrence property structure. It is returned from the occpGet<Type>Prop family of functions and provided as an argument to the occpSet<Type>Prop family of functions.
Arguments
Value Returned
Example
> MyProp = occpCreateProp("variant" "lowPower" ?noEval t) > printf("name=%s value=%L nonInheritable=%L noEval=%L\n" MyProp->name MyProp->value MyProp->nonInheritable MyProp->noEval)
name=variant value="lowPower" nonInheritable=nil noEval=t
t
Related Topics
Parent/Child Database Functions
Return to top