IBX.IBCustomDataSet.TIBBCDField.GetAsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsString: string; override;

C++

virtual System::UnicodeString __fastcall GetAsString();

Properties

Type Visibility Source Unit Parent
function protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBBCDField

Description

Returns the value of the field as a string.

IBX.IBCustomDataSet.TIBBCDField.GetAsString inherits from Data.DB.TBCDField.GetAsString. All content below this line refers to Data.DB.TBCDField.GetAsString.

Returns the value of the field as a string.

The GetAsString method returns the value of the field as a string.

See Also