API:IBX.IBCustomDataSet.TIBStringField.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 public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBStringField

Description

Allocates a UnicodeString for output.

IBX.IBCustomDataSet.TIBStringField.GetValue inherits from Data.DB.TWideStringField.GetValue. All content below this line refers to Data.DB.TWideStringField.GetValue.

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