DK11 for Delphi | GisLayerVector.TGIS_LayerVector.FieldInfo | Constructors | Fields | Methods | Properties | Events
Returns pointer to GIS_FieldInfo structure.
// Delphi public function FieldInfo( const _id : Integer ) : TGIS_FieldInfo; virtual;
// C++ Builder public: virtual TGIS_FieldInfo* FieldInfo( const int _id );
Name | Type | Description |
---|---|---|
_id | Integer | id of field to be returned |
Type | Description |
---|---|
TGIS_FieldInfo | Field description or nil. |