[Overview][Classes][Procedures and functions][Index] |
Converts component/property names using '.' delimiters to the '/' delimiter used for the JSON notation in the JSONConfig storage mechanism.
Source position: jsonpropstorage.pas line 33
protected function TCustomJSONPropStorage.FixPath( |
const APath: string |
):string; virtual; |
APath |
|
The path to be fixed. |
The fixed path is returned with '.' replaced by '/'.
Version 4.0 | Generated 2025-05-03 | Home |