NovCreateProperty

Prev Next Home Home Table Of Contents Index

NovCreateProperty (Object, Prop, ObjType)

Creates a property on the object. The security of the property is controlled by setting the variable NovPropertySecurity. You can also control if the property is an item property or a set property. This is done by setting NovSetProperty to True or False.

If NovStaticProperty is true then the property will remain until someone deletes it. If it is not static (dynamic) then it will be deleted if the server is rebooted.

A set property contains a list of objects. An item property contains a value up to 128 bytes long. The value can be anything.


Example:
; Create a Group Example.

NovDeleteObject ('TESTGROUP',2) NovStaticObject On NovObjectSecurity $31

NovCreateObject ('TESTGROUP',2)

NovSetProperty On NovStaticProperty On NovPropertySecurity $31 NovCreateProperty('TESTGROUP','GROUP_MEMBERS',2)

See Also: NovStaticProperty NovPropertySecurity NovDeleteProperty
NovCreateObject NovSetProperty

Category: Bindery

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home