Class TBooleanField

Unit

Declaration

type TBooleanField = class(TField)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure dosetvalue(const sender: tobject; var avalue: int32; var accept: boolean) override;
Protected function GetAsBoolean: Boolean; override;
Protected function GetAsString: string; override;
Protected function GetAsVariant: variant; override;
Protected function GetAsInteger: Longint; override;
Protected function GetDataSize: Integer; override;
Protected function GetDefaultWidth: Longint; override;
Protected procedure SetAsBoolean(AValue: Boolean); override;
Protected procedure SetAsString(const AValue: string); override;
Protected procedure SetAsInteger(AValue: Integer); override;
Protected procedure SetVarValue(const AValue: Variant); override;
Public constructor Create(AOwner: TComponent); override;

Properties

Public property Value: Boolean read GetAsBoolean write SetAsBoolean;
Published property DisplayValues: string read FDisplayValues write SetDisplayValues;
Published property onsetvalue: booleanfieldsetvalueeventty read fonsetvalue write fonsetvalue;

Description

Methods

Protected procedure dosetvalue(const sender: tobject; var avalue: int32; var accept: boolean) override;

This item has no description.

Protected function GetAsBoolean: Boolean; override;

This item has no description.

Protected function GetAsString: string; override;

This item has no description.

Protected function GetAsVariant: variant; override;

This item has no description.

Protected function GetAsInteger: Longint; override;

This item has no description.

Protected function GetDataSize: Integer; override;

This item has no description.

Protected function GetDefaultWidth: Longint; override;

This item has no description.

Protected procedure SetAsBoolean(AValue: Boolean); override;

This item has no description.

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

This item has no description.

Protected procedure SetAsInteger(AValue: Integer); override;

This item has no description.

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

This item has no description.

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Properties

Public property Value: Boolean read GetAsBoolean write SetAsBoolean;

This item has no description.

Published property DisplayValues: string read FDisplayValues write SetDisplayValues;

This item has no description.

Published property onsetvalue: booleanfieldsetvalueeventty read fonsetvalue write fonsetvalue;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.