Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
RosiCompGlobalCfg
type TrDBFilterCfg = record
record for rDBFilter global configuration
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;
LikeChar: Char;