JVCL Help:TJvCustomAppStorage.TranslatePropertyName
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppStorage.TranslatePropertyName Method
[+] TJvCustomAppStorage Events
[+] TJvCustomAppStorage Fields
[+] TJvCustomAppStorage Methods
[+] TJvCustomAppStorage Properties
Search in JVCL Help
Search in all projectsSummary
Write here a summary (1 line)
Pascal
functionTranslatePropertyName(Instance: TPersistent; constAName: string; constReading: Boolean): string;
Parameters
Parameters | Description |
Instance: TPersistent | Description for this parameter |
const AName: string | Description for this parameter |
const Reading: Boolean | Description for this parameter |
Description
Translates between a property name and its storage name. If Reading is True, AName is interpreted as a storage name to be translated to a real property name. If Reading is False, AName is interpreted as a property name to be translated to a storage name. Will invoke the OnTranslatePropertyName event if one is assigned, or return AName if no handler is assigned.
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