Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TIFPSAttributeTypeField

Unit

ifpscomp

Declaration

type TIFPSAttributeTypeField = class(TObject)

Description

An attribute type field

s

Methods

Overview

Public constructor Create(AOwner: TIFPSAttributeType);

Description

Public constructor Create(AOwner: TIFPSAttributeType);

 

Properties

Overview

Public property FieldName: string;
Public property FieldNameHash: Longint;
Public property FieldOrgName: string;
Public property FieldType: TIFPSType;
Public property Hidden: Boolean;
Public property Owner: TIFPSAttributeType;

Description

Public property FieldName: string;

The compiled name for this type field

Public property FieldNameHash: Longint;

Hash for the Fieldname

Public property FieldOrgName: string;

The original name for this type field

Public property FieldType: TIFPSType;

The type of this field

Public property Hidden: Boolean;

When true, this field is ignored and can be used by custom functions to store info

Public property Owner: TIFPSAttributeType;

Owner of this attributetypefield