sdaiGetUpperBound

The function returns the current value of the upper bound, or index, of the specified aggregate instance.

Syntax

//
//   Strong typing definition
//
SdaiInteger     sdaiGetUpperBound(
                        SdaiAggr                aggregate
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   sdaiGetUpperBound(
                                                                        int_t                   * aggregate
                                                                    );
    

Property aggregate

Size: 32 bit / 4 byte (reference)
...