Class TPasFieldVariable

Unit

Declaration

type TPasFieldVariable = class(TPasItem)

Description

Pascal global variable or field or nested constant of CIO.

Precise definition is "a name with some type". And Optionally with some initial value, for global variables. It also holds a nested constant of extended classes and records. In the future we may introduce here some property like Type: TPasType.

Hierarchy

Overview

Methods

Protected procedure Serialize(const ADestination: TStream); override;
Protected procedure Deserialize(const ASource: TStream); override;

Properties

Public property IsConstant: Boolean read FIsConstant write FIsConstant;

Description

Methods

Protected procedure Serialize(const ADestination: TStream); override;
 
Protected procedure Deserialize(const ASource: TStream); override;
 

Properties

Public property IsConstant: Boolean read FIsConstant write FIsConstant;

Set if this is a nested constant field


Generated by PasDoc 0.16.0.