CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
changed | /branches/v4-dev/Src/UActiveText.pas |
--- a/branches/v4-dev/Src/UActiveText.pas +++ b/branches/v4-dev/Src/UActiveText.pas @@ -741,13 +741,7 @@ end; function TActiveTextAttrs.GetAttr(const Name: string): string; -var - P: TActiveTextAttr; - S: string; -begin - S := ''; - for P in fMap do - S := S + ' ' + P.Key + ' | ' + P.Value; +begin Result := fMap[Name]; end;