Class TBProperty

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TBProperty = class(TCustomProperty)

Description

TBProperty represents an boolean value.

Hierarchy

Overview

Fields

Private FBValue: boolean;

Methods

Private function GetBValue: boolean; override;
Private procedure SetBValue(const Value: boolean); override;
Public procedure Assign(const DataSet: TDataArray; const LayerIndex, RowIndex, ColIndex: integer); override;
Public function DataType: TPropertyType; override;
Public function IsIdentical(AProperty: TCustomProperty): boolean; override;

Description

Fields

Private FBValue: boolean;

FBValue: boolean; FBValue is the value stored in the TBProperty.

Methods

Private function GetBValue: boolean; override;

See BValue.

Private procedure SetBValue(const Value: boolean); override;

See BValue.

Public procedure Assign(const DataSet: TDataArray; const LayerIndex, RowIndex, ColIndex: integer); override;

Assign assigns the integer value of DataSet at LayerIndex, RowIndex, ColIndex to the TBProperty.

Public function DataType: TPropertyType; override;

DataType identifies TBProperty as holding a boolean value.

Public function IsIdentical(AProperty: TCustomProperty): boolean; override;

IsIdentical determines whether two TBProperty's have the same values.


Generated by PasDoc 0.12.1 on 2013-05-13 15:42:07