DBobjectIsSelected

Top  Previous  Next

Is the object selected?

At times it makes sense to decide whether an object is selected. Thus an element grasped anew must be treated in a not selected object differently if it should be visible on the screen. DBobjectIsSelected delivers TRUE if the object object is in the topical selection list, FALSE if it is not in the selection list.

Parametre

object (POBJECT) [IN]

The trading of the object whose selection state should be determined.

Result

(int) [OUT]

TRUE, so incomparably 0 if the object is selected, FALSE, so 0 if it is not selected.

Declaration

#include "database.h"

 

int DLLENTRY DBobjectIsSelected (

POBJECT object

);