Data.DB.TStringField.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue(var Value: AnsiString): Boolean;

C++

bool __fastcall GetValue(System::AnsiString &Value);

Properties

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

Description

Gets the field's value.

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

See Also