DK11 for Delphi | GisFileS57.TGIS_FileS57.findAttrName | Constructors | Methods | Properties | Events
Find attribute name by index.
// Delphi protected function findAttrName( const _attrIdx : Integer; out _attrName : String; out _attrType : Char ) : Boolean;
// C++ Builder protected: bool findAttrName( const int _attrIdx, /* out */ UnicodeString &_attrName, /* out */ Char* &_attrType );
Name | Type | Description |
---|---|---|
_attrIdx | Integer | attribute id |
_attrName | String | found attribute name |
_attrType | Char | found attribute type |
Type | Description |
---|---|
Boolean | True if attribute is found |