[Overview][Classes][Procedures and functions][Index] Reference for unit 'XMLPropStorage' (#lcl)

TCustomXMLPropStorage.FixPath

Turns '.' notation into '/' notation for the xpath-ish XMLConf underlayer.

Declaration

Source position: xmlpropstorage.pas line 47

protected function TCustomXMLPropStorage.FixPath(

  const APath: string

):string; virtual;

Arguments

APath

  

The path to be fixed.

Function result

The fixed path is returned with '.' replaced by '/'.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.