DK11 for Delphi | GisFieldRules.TGIS_FieldRule.ResolveSet | Constructors | Methods | Properties
Resolve value in a meaning of saving it to a layer. Alias will be resolved to a corresponding field value and field will be verified against formulas.
// Delphi public function ResolveSet( const _setvalue : Variant; var _retvalue : Variant; var _msg : String ) : Boolean;
// C++ Builder public: bool ResolveSet( Variant* const _setvalue, Variant* &_retvalue, UnicodeString &_msg );
Name | Type | Description |
---|---|---|
_setvalue | Variant | value to be check |
_retvalue | Variant | value to be saved to a layer |
_msg | String | optional error message |
Type | Description |
---|---|
Boolean | False if _value does not fulfill requirements |