Entity_Index_Has_Field - cEntity¶
Include: Use Db\cEntity.pkg
Tests whether the index contains the zero-based field index.
Type: Function
Return data type: Boolean
Parameters¶
| Parameter | Type | Description |
|---|---|---|
iIndex |
Integer | Zero-based index number. |
iField |
Integer | Zero-based field number. |
Syntax¶
Function Entity_Index_Has_Field Integer iIndex Integer iField Returns Boolean
Call¶
Get Entity_Index_Has_Field of hoObj iIndex iField to bHasField
Description¶
Tests whether the zero-based index contains the zero-based field index. Out-of-range index arguments raise a DataFlex error.