API:IBX.IBCustomDataSet.TIBStringField.SetAsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsString(const Value: string); override;

C++

virtual void __fastcall SetAsString(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBStringField

Description

Sets the value of the field with the given string value.

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

Sets the value of the field with the given string value.

The SetAsString method sets the value of the field with the given string Value.

See Also