UNITS
CLASSES, INTERFACES, OBJECTS
TYPES
VARIABLES
CONSTANTS
FUNCTIONS, PROCEDURES
IDENTIFIERS

Unit ARWordReportPerfom

Description

Some functions from this unit used by TARWordReport component

Constants

None.

Variables

None.

Types

None.

Functions and procedures

Overview

function CheckQuery(s: string): boolean;
function DateToSQLA(d: TDateTime; Quoted: boolean): string;
function FindTag(Pool: string; tag_beg, tag_end: string; var start_pos, tag_length: integer): string;
function GetTempDir: string;
function GetTextBetween(s,prefix,postfix: string): string;
function ReplaceUpStr(S, Srch, Replace: string): string;
procedure ReplaceUpStrings(ss: TStrings; Srch, Replace: string);

Description

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

Classes, interfaces and objects

None.


Generated by pasdoc 0.6.20 on Tue 24 Sep 2002 01:13:33