|
@@ -397,7 +397,7 @@ type
|
|
constructor Create(const s:TCmdStr);
|
|
constructor Create(const s:TCmdStr);
|
|
destructor Destroy;override;
|
|
destructor Destroy;override;
|
|
function GetCopy:TLinkedListItem;override;
|
|
function GetCopy:TLinkedListItem;override;
|
|
- function Str:TCmdStr; {$ifdef CCLASSESINLINE}inline;{$endif}
|
|
|
|
|
|
+ property Str: TCmdStr read FPStr;
|
|
end;
|
|
end;
|
|
|
|
|
|
{ string container }
|
|
{ string container }
|
|
@@ -2383,12 +2383,6 @@ end;
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
|
|
- function TCmdStrListItem.Str:TCmdStr;
|
|
|
|
- begin
|
|
|
|
- Str:=FPStr;
|
|
|
|
- end;
|
|
|
|
-
|
|
|
|
-
|
|
|
|
function TCmdStrListItem.GetCopy:TLinkedListItem;
|
|
function TCmdStrListItem.GetCopy:TLinkedListItem;
|
|
begin
|
|
begin
|
|
Result:=(inherited GetCopy);
|
|
Result:=(inherited GetCopy);
|