[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

Reference for unit 'sysutils': Constants

ConfigExtension

  

Default application configuration file extension.

CurrencyDecimals

  

Number of decimals in currency amounts.

CurrencyFormat

  

Format string for currencies.

CurrencyString

  

Name of currency.

DateDelta

  

Days between 1/1/0001 and 12/31/1899

DateSeparator

  

Date separator character (subject to locale).

DecimalSeparator

  

Decimal point separator.

DirSeparators

  

Characters that are known directory separators.

DriveDelim

  

Drive letter delimiter

EmptyStr

  

Empty String Constant

EmptyWideStr

  

Empty wide string.

faAnyFile

  

Match any file

faArchive

  

Archive bit is set

faDirectory

  

File is a directory

faHidden

  

Hidden file.

faReadOnly

  

Read-Only file.

faSymLink

faSysFile

  

System file (Dos/Windows only)

faVolumeId

  

Volume id (Dos/Windows only)

filerecnamelength

  

Length of filerec filename field.

fmOpenRead

  

Open file in read-only mode

fmOpenReadWrite

  

Open file in read/write mode.

fmOpenWrite

  

Open file in write-only mode

fmShareCompat

  

Open file in DOS share-compatibility mode

fmShareDenyNone

  

Do not lock file.

fmShareDenyRead

  

Lock file so other processes cannot read.

fmShareDenyWrite

  

Lock file so other processes can only read.

fmShareExclusive

  

Lock file for exclusive use

fsFromBeginning

  

Start seek operation from beginning of file.

fsFromCurrent

  

Start seek operation from current position in file.

fsFromEnd

  

Start seek operation from end of file.

HexDisplayPrefix

  

String to prepend to hexadecimal values

HoursPerDay

  

Number of hours in a day.

LeadBytes

  

Lead bytes in Multi-Byte character sets

ListSeparator

LongDateFormat

  

Long date format string (subject to locale).

LongDayNames

  

Full names of days.

LongMonthNames

  

Full names of months.

LongTimeFormat

  

Long time format string (subject to locale)

MaxCurrency

  

Maximum currency value

MaxDateTime

  

Maximum TDateTime value.

MAX_PATH

MinCurrency

  

Minimum Currency value

MinDateTime

  

Minimum TDateTime value.

MinsPerDay

  

Number of minutes per day.

MinsPerHour

  

Number of minutes per hour.

MonthDays

  

Array with number of days in the months for leap and non-leap years.

MSecsPerDay

  

Number of milliseconds per day

MSecsPerSec

  

Number of milliseconds per second

NegCurrFormat

  

Format string for negative currencies.

NullStr

  

Pointer to an empty string

PathDelim

  

Path (directory) delimiter.

PathSep

  

Path separator. (Separates paths in search path lists)

RTL_SIGBUS

RTL_SIGDEFAULT

RTL_SIGFPE

RTL_SIGILL

RTL_SIGINT

RTL_SIGLAST

RTL_SIGQUIT

RTL_SIGSEGV

SecsPerDay

  

Number of seconds per day

SecsPerMin

  

Number of seconds per minute

ShortDateFormat

  

Short Date Format string (subject to locale).

ShortDayNames

  

Names of days, abbreviated form.

ShortMonthNames

  

Names of months, abbreviated form.

ShortTimeFormat

  

Short time format string (subject to locale).

SwitchChars

  

Characters which start a command-line switch

SysConfigDir

  

System configuration directory.

TextRecBufSize

  

Buffer size of text file record.

TextRecNameLength

  

Length of text file record filename field

ThousandSeparator

  

Thousand grouping character.

TimeAMString

  

AM indicator string.

TimePMString

  

PM indicator string.

TimeSeparator

  

Time separator character.

TwoDigitYearCenturyWindow

  

Window to determine what century 2 digit years are in.

UnixDateDelta

  

Number of days between 1.1.1900 and 1.1.1970