IBX.IBCustomDataSet.TIBStringField

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TWideStringFieldData.DB.TStringFieldData.DB.TFieldSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBStringField

Delphi

TIBStringField = class(TWideStringField)

C++

class PASCALIMPLEMENTATION TIBStringField : public Data::Db::TWideStringField

Properties

Type Visibility Source Unit Parent
class public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet IBX.IBCustomDataSet

Description

TIBStringField allows for strings in excess of 8196 bytes of data.

A value of a string field is physically stored as a sequence of characters. Common uses for string fields are to store text, such as names and addresses.

TIBStringField introduces properties to translate between string values and other data types, and to manage language driver conversions. As a descendent of TStringField, TIBStringField inherits many properties, methods, and events that are useful for managing the value and properties of a field in a database. TIBStringField allows for strings in excess of 8196 bytes of data.