DK11 for Delphi | GisFieldRules.TGIS_FieldRule.ResolveGet | Constructors | Methods | Properties
Resolve value in a meaning of reading it form a layer. Value will be substituted with alias
// Delphi public function ResolveGet( const _value : Variant; const _fld : TObject ) : Variant;
// C++ Builder public: Variant* ResolveGet( Variant* const _value, TObject* const _fld );
Name | Type | Description |
---|---|---|
_value | Variant | value form a layer |
_fld | TObject | Field definition |
Type | Description |
---|---|
Variant | value to be presented to a user |