JVCL Help:TJvInspectorINIFileData

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomInspectorData
TJvInspectorCustomConfData
TJvInspectorINIFileData
run\JvInspector.pas


Summary

INI file data layer.

run\JvInspector.pas


Pascal

 run\JvInspector.pas
 TJvInspectorINIFileData = class(TJvInspectorCustomConfData);


Description

TJvInspectorINIFileData is the inspector data layer that obtains its data from a TCustomIniFile descendant. As the class is derived from TJvInspectorCustomConfData, all access properties are implemented, but the type info will be used to check the legality of the access (ie. a float can't be accessed as Int64). Note: you can change the type info pointer of the data layer instance. This can be useful to provide alternative enumeration constants (including names with spaces) by using the JclRTTI unit and its JclGenerateEnumType function.
The data layer implements ExistingValue, ReadValue and WriteValue and provides an additional property to hold a reference to the INI-file object.

run\JvInspector.pas


About

Navigation

run\JvInspector.pas



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