TableIndexFields

Top  Previous  Next

Prototype

 

strFieldsNames:=TableIndexFields(IntTableHandle,intIndex)

 

Description

 

It returns the fields name of the nth table index.

 

Parameters

 

IntTableHandle: integer value corresponding to the table handle.

 

intIndex: integer value corresponding to the nth index in the table

 

Returned value

 

strFieldsNames: string value corresponding to the fields name of the nth table index

 

Notes

 

None.