DK11 for Delphi | GisClasses.TGIS_AliasList.Get | Constructors | Methods
Get alias.
// Delphi public function Get( const _alias : String ) : String;
// C++ Builder public: UnicodeString Get( const UnicodeString _alias );
Name | Type | Description |
---|---|---|
_alias | String | name of the alias (case insensitive) |
Type | Description |
---|---|
String | value of the alias |