DBnextPointOfString

Top  Previous  Next

The next point of the string determine.

To a point of a string element the next point is determined. The trading of this point is delivered as a result. If a mistake has appeared or the string contains no other points, the procedure delivers instead of this ZERO. The information from the points is fetched with DBreturnPointSettings.

Parametre

point (T_PPOINT) [IN]

This is the trading of the point whose successor is searched.

Result

(T_PPOINT) [OUT]

As a result the procedure delivers the trading of the next point in this string or ZERO if the string contains no other points

Declaration

#include "database.h"

 

T_PPOINT DLLENTRY DBnextPointOfString (

T_PPOINT point

);

Related function

DBfirstPointOfString

DBlastPointOfString

DBpreviousPointOfString