| Glossary|Tips/Tricks|FREE App/VCL|Best'O'Net|Books|Link Back |
| T... |
| DELPHI RTL Reference |
Time function
Returns the current system time.TimeToStr function
Converts a TDateTime value to a string (time part).TimeOf function
Returns only the Time portion of the TDateTime value, by setting Date part to 0.Trim function
Returns a string containing a copy of a specified string without both leading and trailing spaces and control characters.TrimLeft function
Returns a string containing a copy of a specified string without leading spaces and control characters.TrimRight function
Returns a string containing a copy of a specified string without trailing spaces and control characters.Trunc function
Truncates a real number to an integer number.TryStrToBool function
Converts a string to a boolean value with a Boolean success code.TryStrToInt function
Converts a string to an integer, returns False if string does not represent a valid number.
| Free Delphi code snippet inside every Delphi Newsletter! |
|
|
| Got some code to share? Got a question? Need some help? |
|
|

