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

Class TIFPSRecordType

Unit

ifpscomp

Declaration

type TIFPSRecordType = class(TIFPSType)

Description

TIFPSRecordType is used to store information about record types

Hierarchy

TIFPSType

Methods

Overview

Public constructor Create;
Public destructor Destroy; override;
Public function AddRecVal: PIFPSRecordFieldTypeDef;
Public function RecVal(I: Longint): PIFPSRecordFieldTypeDef;
Public function RecValCount: Longint;

Description

Public constructor Create;

 

Public destructor Destroy; override;

 

Public function AddRecVal: PIFPSRecordFieldTypeDef;

Add a field

Public function RecVal(I: Longint): PIFPSRecordFieldTypeDef;

Returns the field of this record

Public function RecValCount: Longint;

The number of field in this record