Tech Tutorials Database
GeekArticles Programming Delphi
 

TStrings.GetValue should be refactored

 
Author: qc.borland.com
Category: Delphi
Comments (0)

QC#: 51158 Version: 11.0 Status: Open defect, requires resolution Description: function TStrings.GetValue(const Name: string): string;
var
I: Integer;
begin
I := IndexOfName(Name);
if I >= 0 then
Result := Copy(Get(I), Length(Name) + 2, MaxInt)

Read More...




Sponsored Links




Read Next: Declaration of SHGetFolderPathW incorrect



 

 

Comments



Post Your Comment:

Your Name:*
e-mail ID:(required for notification)*
Image Verification: 
 
 Subscribe