API:Data.DB.TWideStringField.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetValue(var Value: string): Boolean;

C++

HIDESBASE bool __fastcall GetValue(System::UnicodeString &Value);

Description

Gets the field's value.

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

Gets the field's value.

GetValue returns True if the parameter was successfully populated with the field's value (ANSI string).

See Also