DK for Delphi | GisClasses.TGIS_FieldList.Exists | Constructors | Methods | Properties
Check if field exists.
// Delphi public function Exists( const _field : Integer ) : Boolean;
// C++ Builder public: bool Exists( const int _field );
Name | Type | Description |
---|---|---|
_field | Integer | field id |
Type | Description |
---|---|
Boolean | True if field was found |