DK11 for Delphi | GisFile8211.TGIS_DDFRecord.FindField | Constructors | Methods | Properties
Searches for a field.
// Delphi public function FindField( const _sName : String; const _fieldIndex : Integer ) : TGIS_DDFField;
// C++ Builder public: TGIS_DDFField* FindField( const UnicodeString _sName, const int _fieldIndex );
Name | Type | Description |
---|---|---|
_sName | String | field name |
_fieldIndex | Integer | field index |
Type | Description |
---|---|
TGIS_DDFField | retrieved field |