JVCL Help:TJvFormPlacement.ReadInteger

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves an integer value from the storage.


Pascal

 functionReadInteger(constIdent: string; Default: Longint = 0): Longint;


Parameters

Parameters Description
const Ident: string Identifies the name of the data value from which to retrieve the value.
Default: Longint = 0 Specifies an integer value to use if the data value is not in the storage.


Description

Call ReadInteger to retrieve an integer value from the storage.


See Also

TJvFormPlacement.ReadString, TJvFormPlacement.WriteInteger


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