DK11 for Delphi | GisFieldRules.TGIS_FieldValueAliases.ResolveSet | Constructors | Methods | Properties
Resolve value in a meaning of saving it to a layer. Alias will be resolved to a corresponding field value.
// Delphi public function ResolveSet( const _value : Variant ) : Variant;
// C++ Builder public: Variant* ResolveSet( Variant* const _value );
Name | Type | Description |
---|---|---|
_value | Variant | value to be check |
Type | Description |
---|---|
Variant | value to be saved to a layer |