sdaiReindexArray

The function resizes the specified array instance setting the lower, or upper index, or both, based upon the current population of the application schema.

Syntax

//
//   Strong typing definition
//
void                        sdaiReindexArray(
                                    SdaiArray               array
                                );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   sdaiReindexArray(
                                                                                    int_t                   * array
                                                                                );
    

Property array

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