Source position: fpsonar.resolver.pp line 91
type TFpSonarFormatCall = record
FmtNode: TPasExpr;
FmtText: string;
FmtResolved: Boolean;
ArgsInline: Boolean;
ArgCount: Integer;
Args: TPasExprArray;
end;