DK for Delphi | GisClasses.TGIS_FieldList.find | Constructors | Methods | Properties
Find element.
// Delphi protected function find( const _field : Integer; var _index : Integer ) : Boolean;
// C++ Builder protected: bool find( const int _field, int &_index );
Name | Type | Description |
---|---|---|
_field | Integer | field id |
_index | Integer | returned index on the list if found or position to insert new |
Type | Description |
---|---|
Boolean | True if field was found |