Class TPasConstant
Unit
Declaration
type TPasConstant = class(TPasItem)
Description
Pascal constant.
Precise definition of "constant" for pasdoc purposes is "a name associated with a value". Optionally, constant type may also be specified in declararion. Well, Pascal constant always has some type, but pasdoc is too weak to determine the implicit type of a constant, i.e. to unserstand that constand const A = 1 is of type Integer.
Hierarchy
- TObject
 - TSerializable
 - TBaseItem
 - TPasItem
 - TPasConstant
 
Generated by PasDoc 0.16.0.