Some functions from this unit used by TARWordReport component
None.
None.
None.
function CheckQuery(s: string): boolean; |
Checking the SQL statement on forbidden clauses (not used - check it as example)
function DateToSQLA(d: TDateTime; Quoted: boolean): string; |
Getting Date string in SQL format 'dd mmmm yyyy'
function FindTag(Pool: string; tag_beg, tag_end: string; var start_pos, tag_length: integer): string; |
Searching for string enclosed by tag_beg and tag_end in Pool
function GetTempDir: string; |
Getting Windows temporary folder
function GetTextBetween(s,prefix,postfix: string): string; |
Returns text enclosed by prefix and postfix in s
function ReplaceUpStr(S, Srch, Replace: string): string; |
case insensitive string replace
procedure ReplaceUpStrings(ss: TStrings; Srch, Replace: string); |
calls 'ReplaceUpStr' for each string in ss
None.