JCL Help:TJclSetTypeInfo.BaseType

From Project JEDI Wiki
Jump to navigationJump to search


Summary

An interface to the base type.


Pascal

 public property BaseType: IJclOrdinalTypeInfo;


Description

BaseType is an interface to the base type for the set. Background: When the compiler finds a set declaration similar to TMySet = set of () an implicit enumeration type is generated for that set. The distinction between a set based on a declared enumeration or an implicit enumeration can be made by examining the name of the base type. If it starts with a dot (".") it's an implicit type generated by the compiler.


About

Donator

Marcel Bestebroer


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page