DK11 for Delphi | GisLayerVector.TGIS_LayerVector.FindField | Constructors | Fields | Methods | Properties | Events
Finds a field in the fields list.
// Delphi public function FindField( const _name : String ) : Integer; virtual;
// C++ Builder public: virtual int FindField( const UnicodeString _name );
Name | Type | Description |
---|---|---|
_name | String | name of field to be found |
Type | Description |
---|---|
Integer | Field index (staring for 0) or -1 if not found. |