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

Class TIFPSDelphiClassItem

Unit

ifpscomp

Declaration

type TIFPSDelphiClassItem = class(TObject)

Description

an item of a delphi class

, this class is used to store properties and methods for a class and can be used to read type info from the compiler

Methods

Overview

Public constructor Create(Owner: TIFPSCompileTimeClass);
Public destructor Destroy; override;

Description

Public constructor Create(Owner: TIFPSCompileTimeClass);

 

Public destructor Destroy; override;

 

Properties

Overview

Public property Decl: TIFPSParametersDecl;
Public property Name: string;
Public property NameHash: Longint;
Public property OrgName: string;
Public property Owner: TIFPSCompileTimeClass;

Description

Public property Decl: TIFPSParametersDecl;

Declaration of this class item

Public property Name: string;

Name of this class item

Public property NameHash: Longint;

The hash for the name of this class item

Public property OrgName: string;

Original name of this class item

Public property Owner: TIFPSCompileTimeClass;

The owner