JVCL Help:TJvFormPlacement.ReadString

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves a string value from the storage.


Pascal

 functionReadString(constIdent: string; constDefault: string = ): string;


Parameters

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


Description

Call ReadString to retrieve a string value from the storage.


See Also

TJvFormPlacement.ReadInteger, TJvFormPlacement.WriteString


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