Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
RosiCompGlobalCfg
type TrDBFilterCfg = record
LikeChar: Char;
CompoundLikeChar: Char;
NullEqualStr: string;
DateFormat: string;
BooleanString: array [boolean] of string;
TableQuoteStart: Char;
TableQuoteStop: Char;
FieldQuoteStart: Char;
FieldQuoteStop: Char;
ShowDelQuotes: boolean;
ShowCaseSensitive: boolean;