DK11 for Delphi | GisFieldRules.TGIS_FieldValueAliases.ResolveGet | Constructors | Methods | Properties
Resolve value in a meaning of reading it from a layer. Value will be substituted with alias
// Delphi public function ResolveGet( const _value : String ) : String;
// C++ Builder public: UnicodeString ResolveGet( const UnicodeString _value );
Name | Type | Description |
---|---|---|
_value | String | value form a layer |
Type | Description |
---|---|
String | value to be presented to a user |