Type |
|
Name |
|
Summary |
|
Compiler Directive |
|
$Else |
|
Starts the alternate section of an IfDef or IfNDef |
Compiler Directive |
|
$EndIf |
|
Terminates conditional code compilation |
Compiler Directive |
|
$ExtendedSyntax |
|
Controls some Pascal extension handling |
Keyword |
|
Else |
|
Starts false section of if, case and try statements |
Function |
|
EncodeDate |
|
Build a TDateTime value from year, month and day values |
Function |
|
EncodeDateTime |
|
Build a TDateTime value from day and time values |
Function |
|
EncodeTime |
|
Build a TDateTime value from hour, min, sec and msec values |
Keyword |
|
End |
|
Keyword that terminates statement blocks |
Function |
|
EndOfADay |
|
Generate a TDateTime value set to the very end of a day |
Function |
|
EndOfAMonth |
|
Generate a TDateTime value set to the very end of a month |
Procedure |
|
EndThread |
|
Terminates a thread with an exit code |
Function |
|
Eof |
|
Returns true if a file opened with Reset is at the end |
Function |
|
Eoln |
|
Returns true if the current text file is pointing at a line end |
Procedure |
|
Erase |
|
Erase a file |
Variable |
|
ErrorAddr |
|
Sets the error address when an application terminates |
Keyword |
|
Except |
|
Starts the error trapping clause of a Try statement |
Procedure |
|
Exclude |
|
Exclude a value in a set variable |
Procedure |
|
Exit |
|
Exit abruptly from a function or procedure |
Variable |
|
ExitCode |
|
Sets the return code when an application terminates |
Function |
|
Exp |
|
Gives the exponent of a number |
Directive |
|
Export |
|
Makes a function or procedure in a DLL externally available |
Type |
|
Extended |
|
The floating point type with the highest capacity and precision |
Function |
|
ExtractFileDir |
|
Extracts the dir part of a full file name |
Function |
|
ExtractFileDrive |
|
Extracts the drive part of a full file name |
Function |
|
ExtractFileExt |
|
Extracts the extension part of a full file name |
Function |
|
ExtractFileName |
|
Extracts the name part of a full file name |
Function |
|
ExtractFilePath |
|
Extracts the path part of a full file name |
|