You've already forked lazarus-ccr
GridPrinter: Beginning to add documentation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8646 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -484,7 +484,7 @@ const
|
||||
Result := StringReplace(Result, AParam, s, [rfReplaceAll, rfIgnoreCase]);
|
||||
end;
|
||||
|
||||
begin
|
||||
begin
|
||||
Result := FSectionText[AIndex];
|
||||
Result := StringReplace(Result, '$DATE', DateToStr(Now), [rfReplaceAll, rfIgnoreCase]);
|
||||
Result := StringReplace(Result, '$TIME', TimeToStr(Now), [rfReplaceAll, rfIgnoreCase]);
|
||||
|
Reference in New Issue
Block a user