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
- TObject
- TSerializable
- TBaseItem
- TPasItem
- TPasFieldVariable
Overview
Methods
procedure Serialize(const ADestination: TStream); override; |
|
procedure Deserialize(const ASource: TStream); override; |
Properties
property IsConstant: Boolean read FIsConstant write FIsConstant; |
Description
Methods
procedure Serialize(const ADestination: TStream); override; |
|
procedure Deserialize(const ASource: TStream); override; |
|
Properties
property IsConstant: Boolean read FIsConstant write FIsConstant; |
|
Set if this is a nested constant field |
Generated by PasDoc 0.16.0.