JVCL Help:TJvCustomAppStorage.GetIntName

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Translates an integer value to a key name.


Pascal

 functionGetIntName(Value: Integer): string; virtual;


Parameters

Parameters Description
Value: Integer The integer value that needs to be translated to a key name.


Return Value

A valid key name.


Description

Call GetIntName to translates an integer value to a key name. This function is used by the set storage methods.


See Also

TJvCustomAppStorage.GetCharName, TJvCustomAppStorage.ReadSet, TJvCustomAppStorage.WriteSet


About

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