DK11 for Delphi | GisLayerVector.TGIS_LayerVector.GetUniqueFieldName | Constructors | Fields | Methods | Properties | Events
Suggests a unique field name.
// Delphi public function GetUniqueFieldName( const _name : String ) : String; virtual;
// C++ Builder public: virtual UnicodeString GetUniqueFieldName( const UnicodeString _name );
Name | Type | Description |
---|---|---|
_name | String | field name to be tested |
Type | Description |
---|---|
String | Original field name if not exists in a layer or a suggest replacement. |
If provided name already exists in a layer then function will return field name like 'name_A', 'name_B' etc.