DBsegmentIsSelectable

Top  Previous  Next

Determine whether segment is selectable.

Every segment can be closed for selecting or not. With this function can be questioned whether this segment should be considered with selections or not. This makes, e.g. sense when a segment was put on to store temporary data. However, the data should not be considered with selections. To the putting of the Selektierbarkeit the function is able DBmodifySegmentSettings are used.

Parametre

segment (PSEGMENT) [IN]

Act on the segment to find out whether segment is selectable.

Result

(int) [OUT]

TRUE if segment is selectable, but FALSE.

Declaration

#include "database.h"

 

int DLLENTRY DBsegmentIsSelectable (

PSEGMENT segment

);

Related functions

DBplanIsSelectable