API:Data.DB.TWideStringField.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue(var Value: string): Boolean;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TWideStringField

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