Class TWideStringField

Unit

Declaration

type TWideStringField = class(TStringField)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected class procedure CheckTypeSize(aValue: Integer); override;
Protected function GetValue(var aValue: WideString): Boolean;
Protected function GetAsString: string; override;
Protected procedure SetAsString(const aValue: string); override;
Protected function getasunicodestring: unicodestring; override;
Protected procedure setasunicodestring(const avalue: unicodestring); override;
Protected function GetAsVariant: Variant; override;
Protected procedure SetVarValue(const aValue: Variant); override;
Protected function GetAsWideString: WideString; override;
Protected procedure SetAsWideString(const aValue: WideString); override;
Protected function GetDataSize: Integer; override;
Public constructor Create(aOwner: TComponent); override;
Public procedure SetFieldType(AValue: TFieldType); override;

Properties

Public property Value: WideString read GetAsWideString write SetAsWideString;

Description

Methods

Protected class procedure CheckTypeSize(aValue: Integer); override;

This item has no description.

Protected function GetValue(var aValue: WideString): Boolean;

This item has no description.

Protected function GetAsString: string; override;

This item has no description.

Protected procedure SetAsString(const aValue: string); override;

This item has no description.

Protected function getasunicodestring: unicodestring; override;

This item has no description.

Protected procedure setasunicodestring(const avalue: unicodestring); override;

This item has no description.

Protected function GetAsVariant: Variant; override;

This item has no description.

Protected procedure SetVarValue(const aValue: Variant); override;

This item has no description.

Protected function GetAsWideString: WideString; override;

This item has no description.

Protected procedure SetAsWideString(const aValue: WideString); override;

This item has no description.

Protected function GetDataSize: Integer; override;

This item has no description.

Public constructor Create(aOwner: TComponent); override;

This item has no description.

Public procedure SetFieldType(AValue: TFieldType); override;

This item has no description.

Properties

Public property Value: WideString read GetAsWideString write SetAsWideString;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.