Unit Options

*****************************************************} { } { Delphi VCL Extensions (RX) demo program } { } { Copyright (c) 1996 AO ROSNO } { } {

Classes

Functions

LoadOptions -
SaveOptions -
SetKeepConnections -

Types

Constants

ASCIICharSet
ASCIIDelimited
AutoActivate
defDateFormat
defDateTimeFormat
defFloatFormat
defTimeFormat
EnableQueryAbort
LiveQueries
MinSQLTraceBuffer
QueryInThreads
ShowExecTime
SQLCalcCount
SQLHistoryCapacity
SQLTraceBuffer
SQLTraceFlags
SystemTables

Variables


Functions


procedure LoadOptions(IniFile: TIniFile);


procedure SaveOptions(IniFile: TIniFile);


procedure SetKeepConnections(Value: Boolean);


Types


Constants

ASCIICharSet = 'ascii'

ASCIIDelimited = True

AutoActivate = True

defDateFormat = 'dd/mm/yyyy'

defDateTimeFormat = 'dd/mm/yyyy hh:mm:ss'

defFloatFormat = ',0.00'

defTimeFormat = 'hh:mm:ss'

EnableQueryAbort = True

LiveQueries = True

MinSQLTraceBuffer = 32

QueryInThreads = True

ShowExecTime = False

SQLCalcCount = False

SQLHistoryCapacity = 20

SQLTraceBuffer = 256

SQLTraceFlags = [tfQExecute, tfError, tfConnect, tfTransact, tfBlob, tfMisc]

SystemTables = False


Variables