API:Data.DB.TWideStringField.SetVarValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TWideStringField

Delphi

procedure SetVarValue(const Value: Variant); override;

C++

virtual void __fastcall SetVarValue(const System::Variant &Value);

Description

Sets the value of the field with the given Variant value.

Data.DB.TWideStringField.SetVarValue inherits from Data.DB.TStringField.SetVarValue. All content below this line refers to Data.DB.TStringField.SetVarValue.

Sets the value of the field with the given Variant value.

SetVarValue sets the field's value with the given variant data.

See Also