sdaiTestArrayByIndex

The function tests whether the member of the specified array referenced by the specified index position has a value.

Syntax

//
//   Strong typing definition
//
SdaiBoolean     sdaiTestArrayByIndex(
                        SdaiAggr                aggregate,
                        SdaiAggrIndex           index
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   sdaiTestArrayByIndex(
                                                                        int_t                   * aggregate,
                                                                        int_t                   index
                                                                    );
    

Property aggregate

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

Property index

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