Record TrDBToolCfg

Hierarchy
Properties

Unit

Declaration

type TrDBToolCfg = record

Description

record for DBTool global configuration

Overview

Fields

SQLScript_StringFieldQuotes: string;
SQLScript_CommandSeparator: string;
SQLScript_BooleanTrueValue: string;
SQLScript_BooleanFalseValue: string;
SQLScript_ReservedKeywords: string;
FileDialog_Options: TOpenOptions;
FileDialog_InitDialogEvent: TNotifyEvent;
rDlg_DefaultFont: string;
rDlg_DefaultSize: integer;
rDlg_AnchorClick: TAnchorClickEvent;
rDlg_GridDrawingStyle: TGridDrawingStyle;
rDlg_BlockStoringGridFields: Boolean;
rpictool_LastFileName: string;
BlobField_ftBlobAsMemo: Boolean;

Methods

function IsReservedKeyword(s: string): Boolean;

Description

Fields

SQLScript_StringFieldQuotes: string;
 
SQLScript_CommandSeparator: string;
 
SQLScript_BooleanTrueValue: string;
 
SQLScript_BooleanFalseValue: string;
 
SQLScript_ReservedKeywords: string;
 
FileDialog_Options: TOpenOptions;
 
FileDialog_InitDialogEvent: TNotifyEvent;
 
rDlg_DefaultFont: string;
 
rDlg_DefaultSize: integer;
 
rDlg_AnchorClick: TAnchorClickEvent;
 
rDlg_GridDrawingStyle: TGridDrawingStyle;
 
rDlg_BlockStoringGridFields: Boolean;
 
rpictool_LastFileName: string;
 
BlobField_ftBlobAsMemo: Boolean;
 

Methods

function IsReservedKeyword(s: string): Boolean;
 

Generated by PasDoc 0.15.0.