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

Description

Returns the value of a field as a string.

Call GetAsString to return the value of a field as a string.