DBnextGraphicalElementOfObject

Top  Previous  Next

the next element with co-ordinates determine.

To the trading of an element the next element from the group of the graphic elements is determined. This are of string, texts, point elements and symbols. His Trading is returned. If no such element exists or if a mistake has appeared, ZERO is returned. If the user has received a trading, he is able to come DBreturnPointerTyp investigate which kind of element it concerns and this then with the procedures intended for this element work on.

Parametre

element (PELEMENT) [IN]

From this element the next graphic element is searched. If the object has no other element of this kind, ZERO is delivered.

Result

(PELEMENT) [OUT]

As a result this procedure delivers the trading of the next graphic element which exists in this object behind element. If no other text exists in the object, ZERO is delivered.

Declaration

#include "database.h"

 

PELEMENT DLLENTRY DBnextGraphicalElementOfObject (

PELEMENT element

);