VpeGetFirstObject

<< Click to Display Table of Contents >>

Navigation:  Layout Functions >

VpeGetFirstObject

Previous pageReturn to chapter overviewNext page

[Enterprise Edition and above]

Returns the handle of the first VPE Object of the current page. Each VPE Object itself offers the property NextObject in order to iterate through all VPE Objects of a page.

VpeHandle VpeGetFirstObject(

VpeHandle hDoc

)

VpeHandle hDoc

Document Handle

Remarks:

If there is no object available, NULL is returned.