Record TrDBFilterCfg

Hierarchy
Methods
Properties

Unit

Declaration

type TrDBFilterCfg = record

Description

record for rDBFilter global configuration

Overview

Fields

FilterWildCardChar: Char;
SQLWildCardChar: Char;
FilterLikeOperator: string;
SQLLikeOperator: string;
NullEqualStr: string;
DateFormat: string;
BooleanString: array [Boolean] of string;
TableQuoteStart: Char;
TableQuoteStop: Char;
FieldQuoteStart: Char;
FieldQuoteStop: Char;
ShowDelQuotes: Boolean;
ShowCaseSensitive: Boolean;
HideFieldNames: Boolean;
DecimalSeparator: Char;

Description

Fields

FilterWildCardChar: Char;

LikeChar: Char;

SQLWildCardChar: Char;
 
FilterLikeOperator: string;
 
SQLLikeOperator: string;
 
NullEqualStr: string;
 
DateFormat: string;
 
BooleanString: array [Boolean] of string;
 
TableQuoteStart: Char;
 
TableQuoteStop: Char;
 
FieldQuoteStart: Char;
 
FieldQuoteStop: Char;
 
ShowDelQuotes: Boolean;
 
ShowCaseSensitive: Boolean;
 
HideFieldNames: Boolean;
 
DecimalSeparator: Char;
 

Generated by PasDoc 0.15.0.