|
@@ -163,6 +163,8 @@ begin
|
|
Result:=(Length(KeyPath)>0);
|
|
Result:=(Length(KeyPath)>0);
|
|
If Not Result then
|
|
If Not Result then
|
|
Exit;
|
|
Exit;
|
|
|
|
+ If (KeyPath[1] in ['/','\']) then
|
|
|
|
+ FCurrentElement:=Nil;
|
|
KeyPath:=NormalizeKey(KeyPath);
|
|
KeyPath:=NormalizeKey(KeyPath);
|
|
If (FCurrentElement<>nil) then
|
|
If (FCurrentElement<>nil) then
|
|
begin
|
|
begin
|