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

Class TIFPSDelphiClassItemProperty

Unit

ifpscomp

Declaration

type TIFPSDelphiClassItemProperty = class(TIFPSDelphiClassItem)

Description

delphi class property type info

Hierarchy

TIFPSDelphiClassItem

Properties

Overview

Public property AccessType: TIFPSPropType;
Public property ReadProcNo: Cardinal;
Public property WriteProcNo: Cardinal;

Description

Public property AccessType: TIFPSPropType;

The access type for this property

Public property ReadProcNo: Cardinal;

the procedure used to read this property

Public property WriteProcNo: Cardinal;

The proccedure used to write this property