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

Class TIFPSRecordFieldTypeDef

Unit

ifpscomp

Declaration

type TIFPSRecordFieldTypeDef = class(TObject)

Description

TIFPSRecordFieldTypeDef is used to store record field information, see TIFPSRecordType

Properties

Overview

Public property aType: TIFPSType;
Public property FieldName: string;
Public property FieldNameHash: Longint;
Public property FieldOrgName: string;

Description

Public property aType: TIFPSType;

The type of this field

Public property FieldName: string;

The name of this field

Public property FieldNameHash: Longint;

A hash of the name of this field

Public property FieldOrgName: string;

The original name of this field