JCL Help:TJclEnumerationTypeInfo.GetBaseType

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieves an interface to the base type.


Pascal

 public function GetBaseType: IJclEnumerationTypeInfo;


Return Value

An interface pointer to the base type for this enumeration. If this enumeration is the base type, a pointer to the same object is returned.


Description

GetBaseType retrieves an interface to the base type for the enumeration. If the enumeration is the base type an interface to the object is returned. Under normal circumstances an enumeration can have at most 1 base type (a sub range is always the sub range of the base type, never a sub range of a sub range). GetBaseType is the read specifier for the BaseType property.


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