Class TVariantField

Unit

Declaration

type TVariantField = class(TField)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected class procedure CheckTypeSize(aValue: Integer); override;
Protected function GetAsBoolean: Boolean; override;
Protected procedure SetAsBoolean(aValue: Boolean); override;
Protected function GetAsDateTime: TDateTime; override;
Protected procedure SetAsDateTime(aValue: TDateTime); override;
Protected function GetAsFloat: Double; override;
Protected procedure SetAsFloat(aValue: Double); override;
Protected function GetAsInteger: Longint; override;
Protected procedure SetAsInteger(aValue: Longint); override;
Protected function GetAsString: string; override;
Protected procedure SetAsString(const aValue: string); override;
Protected function GetAsWideString: WideString; override;
Protected procedure SetAsWideString(const aValue: WideString); 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 GetDefaultWidth: Integer; override;
Public constructor Create(AOwner: TComponent); override;

Description

Methods

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

This item has no description.

Protected function GetAsBoolean: Boolean; override;

This item has no description.

Protected procedure SetAsBoolean(aValue: Boolean); override;

This item has no description.

Protected function GetAsDateTime: TDateTime; override;

This item has no description.

Protected procedure SetAsDateTime(aValue: TDateTime); override;

This item has no description.

Protected function GetAsFloat: Double; override;

This item has no description.

Protected procedure SetAsFloat(aValue: Double); override;

This item has no description.

Protected function GetAsInteger: Longint; override;

This item has no description.

Protected procedure SetAsInteger(aValue: Longint); override;

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 GetAsWideString: WideString; override;

This item has no description.

Protected procedure SetAsWideString(const aValue: WideString); 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 GetDefaultWidth: Integer; override;

This item has no description.

Public constructor Create(AOwner: TComponent); override;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.