Index

C/C++ Functions

pdPropDel

DT_SWORD pdPropDel(DT_PDDOC power_doc, DT_ID_SLONG obj, DT_SLONG name)

Short Description: Delete existing property

The pdPropDel function deletes an existing property from the PowerDoc object referenced by obj.

Parameters

ParameterDescription

power_doc

Handle of the associated Power Engine document.

obj

Object's index in the Power Engine document.

name

A numerical value that identifies the property to be deleted. Can be a user-defined value or one of the predefined PowerDoc values. For a list of predefined name values, see the pdPropAdd function.

Return Value

If the function was successful, the return value is 1. Otherwise, the function returns 0.

Related Functions

pdPropAdd, pdPropAddAsRef

 

Index