JCL Help:TJclEnumerationTypeInfo.GetNames@Integer

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieves a name of the enumeration.


Pascal

 public function GetNames(const I: Integer): string;


Parameters

Parameters Description
const I: Integer Ordinal value to get the name of.


Return Value

Enumeration name of the given ordinal.


Description

GetNames retrieves a name given an ordinal value. No range check is performed and it is possible to retrieve names of ordinals that are not part of the sub range. GetNames is the read specifier for the Names 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