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

Allocates a UnicodeString for output.

The GetValue method allocates a UnicodeString for output. GetValue populates the Value parameter with the field's value returned as a UnicodeString.

GetValue returns True if Value was successfully populated, False otherwise.

See Also