Class TIProperty

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIProperty = class(TCustomProperty)

Description

TIProperty represents an integer value.

Hierarchy

Overview

Fields

Private FIValue: integer;

Methods

Private function GetIValue: integer; override;
Private procedure SetIValue(const Value: integer); 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 FIValue: integer;

FIValue: integer; FIValue is the value stored in the TIProperty.

Methods

Private function GetIValue: integer; override;

See IValue.

Private procedure SetIValue(const Value: integer); override;

See IValue.

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

Assign assigns the integer value and PHAST-Interpolation parameters of DataSet at LayerIndex, RowIndex, ColIndex to the TIProperty.

Public function DataType: TPropertyType; override;

DataType identifies TIProperty as holding an integer value.

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

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


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