DK11 for Java | tatukgis.jdk.TGIS_FieldList.find | Methods | Properties
Find element.
// Java protected bool find( int _field, /* ref */ @ValueTypeParameter VarParameter<int> _index );
// Oxygene protected function find( _field : Integer; var _index : Integer ) : Boolean;
Name | Type | Description |
---|---|---|
_field | int Integer | field id |
_index | int Integer | returned index on the list if found or position to insert new |
Type | Description |
---|---|
bool Boolean | True if field was found |