DK11 for Delphi | GisFile8211.TGIS_DDFRecord.GetField | Constructors | Methods | Properties
Gets a field by its index.
// Delphi public function GetField( const _i : Integer ) : TGIS_DDFField;
// C++ Builder public: TGIS_DDFField* GetField( const int _i );
Name | Type | Description |
---|---|---|
_i | Integer | field index |
Type | Description |
---|---|
TGIS_DDFField | retrieved field |