IBX.IBCustomDataSet.TIBBCDField.GetAsString

From RAD Studio API Documentation

Delphi

function GetAsString: string; override;

C++

virtual System::UnicodeString __fastcall GetAsString(void);

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. {{#multireplace:IBX.IBCustomDataSet.TIBBCDField.GetAsString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TBCDField.GetAsString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TBCDField.GetAsString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns the value of the field as a string.

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

See Also