sdaiUnsetArrayByItr

The function restores the unset (not assigned a value) status of a member at the position identified by the iterator in the array associated with the iterator.

Syntax

//
//   Strong typing definition
//
void            sdaiUnsetArrayByItr(
                        SdaiIterator            iterator
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) __stdcall   sdaiUnsetArrayByItr(
                                                                        int_t                   iterator
                                                                    );
    

Property iterator

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