Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
Delphi
Variables 31 codes
Home
Delphi
Variables
1 Abstracterrorproc - defines a proc called when an abstract method is called
2 Cmdline - holds the execution text used to start the current program
3 Currencydecimals - defines decimal digit count in the format function
4 Currencyformat - defines currency string placement in curr display functions
5 Currencystring - the currency string used in currency display functions
6 Dateseparator - the character used to separate display date fields
7 Decimalseparator - the character used to display the decimal point
8 Erroraddr - sets the error address when an application terminates
9 Exitcode - sets the return code when an application terminates
10 Filemode - defines how reset opens a binary file
11 Input - defines the standard input text file
12 Longdateformat - long version of the date to string format
13 Longdaynames - an array of days of the week names, starting 1 = sunday
14 Longmonthnames - an array of days of the month names, starting 1 = january
15 Longtimeformat - long version of the time to string format
16 Negcurrformat - defines negative amount formatting in currency displays
17 Null - a variable that has no value
18 Output - defines the standard output text file
19 Randseed - reposition the random number generator next value
20 Result - a variable used to hold the return value from a function
21 Self - hidden parameter to a method - refers to the containing object
22 Shortdateformat - compact version of the date to string format
23 Shortdaynames - an array of days of the week names, starting 1 = sunday
24 Shortmonthnames - an array of days of the month names, starting 1 = jan
25 Shorttimeformat - short version of the time to string format
26 Tconvfamily - defines a family of measurement types as used by convert
27 Thousandseparator - the character used to display the thousands separator
28 Timeamstring - determines am value in datetimetostring
29 Timepmstring - determines pm value in datetimetostring
30 Timeseparator - the character used to separate display time fields
31 Twodigityearcenturywindow - sets the century threshold for 2 digit year string conversions