[Overview][Constants][Types][Procedures and functions][Index] |
|
Combines and optionally shortens the specified values. |
|
|
Replaces control characters with Pascal-style character constants. |
|
|
Applies line breaks and indenting to a string value. |
|
|
Converts CR and LF characters in s string to the specified line-ending sequence. |
|
|
Converts a string into a comment using the specified comment style. |
|
|
Finds the next occurrence of a specific value in a delimited list. |
|
|
Gets the next delimited value in List starting at the specified position. |
|
|
Implements formatting facilities in the debugger. |
|
|
Determines if a value exists in a delimited list of values. |
|
|
Deprecated. Use IsNumeric instead. |
|
|
Indicates whether the characters in the specified value are numeric digits in the range '0'..'9'. |
|
|
Determines if a string ends with the specified value. |
|
|
Determines if a string occurs at the end of the specified text. |
|
|
Deprecated. Use SysUtils.IsValidIdent in RTL instead. |
|
|
Determines if a string starts with the specified value. |
|
|
Determines if a string occurs at the beginning of the specified text. |
|
|
Converts CR or LF characters in a string to the specified delimiter character. |
|
|
Normalizes end-of-line characters in a string to the value in LineEnding. |
|
|
Gets the number of LineEnding sequences in the specified text. |
|
|
Reads a string with the contents of the specified file name. |
|
|
Combines two string values using the specified delimiter character. |
|
|
A case-insensitive optimized version of the Pos routine. |
|
|
Replaces (or appends) the specified number of bytes at a given position. |
|
|
Returns True if P1 and P2 have the same content. |
|
|
Writes the specified string value to the specified file name. |
|
|
Shortens and "ellipsifies" the specified value. |
|
|
Creates a regular expression from a filter expression used in IDE dialogs. |
|
|
Converts occurrences of special characters to spaces. |
|
|
Creates and populates a TStringList with lines determined using the specified delimiter character. |
|
|
Emulates the CASE .. OF statement for string values. |
|
|
Converts the specified lines in a TStrings instance to a string value. |
|
|
Converts the content in a TStrings instance to a string value. |
|
|
Gets a string with the lines of text from the specified TStrings instance. |
|
|
Stores a multi-line string as separate lines in a TStrings instance. |
|
|
Gets the first line of text up to an end-of-line character. |
|
|
Like StrScan but compares only the specified number of characters in MaxLen. |
|
|
Inverts the case for characters in the specified text. |
|
|
Converts all Tab characters in a string to the specified number of space characters. |
|
|
Converts a multi-line string to a single line of text. |
Version 4.0 | Generated 2025-05-03 | Home |