RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringT Methods

The methods of the AnsiStringT class are listed here.

 
Name 
Description 
 
Compares the System::AnsiStringT to another specified string (case-sensitively). 
 
Compares the System::AnsiStringT to another specified string (case insensitively). 
 
Returns the index at which the specified substring begins. 
 
Returns the System::AnsiStringT converted to a null-terminated character array. 
 
Appends to the value of the System::AnsiStringT given a format string and its arguments. 
 
Appends the result of a given format string and its arguments to the end of the System::AnsiStringT
 
Appends the result of a given format string and its arguments to the end of the System::AnsiStringT
 
Gets code page of a System::AnsiStringT
 
Converts a currency value to its string representation. 
 
Converts a currency value to its string representation using the indicated float format convention. 
 
data 
Returns a pointer to the underlying string System::AnsiStringT::data. 
 
Removes a specified number of characters from the string. 
 
Gets element size of data in a System::AnsiStringT
 
Ensure string's data is ANSI data
 
Returns the string representation of a floating-point value. 
 
Formats output using a resourced format string. 
 
System::AnsiStringT::Formats a string assembled from an System::AnsiStringT, format, and a series of array arguments, args. 
 
Formats the floating-point value given by value using the format string given by format. 
 
System::AnsiStringT::Inserts a specified string into the System::AnsiStringT
 
Converts a number into a string containing the number's hexadecimal (base 16) representation. 
 
Returns true if the specified character matches any character in the delimiters string. 
 
Returns the index of the rightmost character that matches any character in the delimiters string. 
 
This is the overview for the LoadStr method overload. 
 
Loads a string from the compiled resources of a specified module. 
 
Returns a lower-case version of System::AnsiStringT
 
Pos 
Returns the index at which a specified substring begins. 
 
Sets the value of the System::AnsiStringT given a format string and its arguments. 
 
Gets reference count of System::AnsiStringT
 
Changes the length of the System::AnsiStringT
 
Sets the value of the System::AnsiStringT given a format string and its arguments. 
 
Returns a string with the specified number of characters. 
 
Returns a specified substring of the System::AnsiStringT
 
swap 
Swap string pointers. 
 
Trim 
Returns a new System::AnsiStringT without leading spaces, trailing spaces, or control characters. 
 
Returns a new System::AnsiStringT without leading spaces or control characters. 
 
Returns a new System::AnsiStringT without trailing spaces or control characters. 
 
Makes the System::AnsiStringT unique. 
 
Returns an upper-case version of this System::AnsiStringT
 
Sets the value of the System::AnsiStringT given a format string and its arguments. 
 
Converts the System::AnsiStringT to a wide-character array. 
 
Returns the size of the buffer required by the WideChar function. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!