engiGetSelectElement

This call returns a declaration handle of the select element with the given index (zero based). It returns 0 if the index out of range.

Syntax

//
//   Strong typing definition
//
SchemaDecl      engiGetSelectElement(
                        SchemaDecl              select,
                        SdaiInteger             index
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   engiGetSelectElement(
                                                                        int_t                   select,
                                                                        int_t                   index
                                                                    );
    

Property select

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

Property index

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