RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString Members

The following tables list the members exposed by AnsiString.

 
Name 
Description 
 
This is record System::AnsiString::TStringFloatFormat. 
 
This is record System::AnsiString::TStringMbcsByteType. 
 
Name 
Description 
 
This is record System::AnsiString::StrRec. 
 
Name 
Description 
 
This is the overview for the GetRec method overload. 
 
This is ThrowIfOutOfRange, a member of class AnsiString. 
Name 
Description 
This is friend AnsiString __fastcall operator +(const char*, const AnsiString& rhs). 
 
Name 
Description 
 
This is ~AnsiString, a member of class AnsiString. 
 
Compares the System::AnsiString::AnsiString to another specified string (case-sensitively). 
 
Compares the System::AnsiString::AnsiString to another specified string (case insensitively). 
 
Returns a pointer to the last full character in the System::AnsiString::AnsiString
 
Returns the index at which the specified substring begins. 
 
This is the overview for the AnsiString constructor overload. 
 
Indicates the kind of byte that occupies a specified position in the System::AnsiString::AnsiString
 
Returns the System::AnsiString::AnsiString converted to null-terminated character array. 
 
Appends to the value of the System::AnsiString::AnsiString given a format string and its arguments. 
 
Appends the result of a given format string and its arguments to the end of the System::AnsiString::AnsiString
 
Appends the result of a given format string and its arguments to the end of the System::AnsiString::AnsiString
 
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::AnsiString::data. 
 
Removes a specified number of characters from the string. 
 
Returns the string representation of a floating-point value. 
 
Formats output using a resourced format string. 
 
System::AnsiString::Formats a string assembled from an System::AnsiString::AnsiString, format, and a series of array arguments, args. 
 
Formats the floating-point value given by value using the format string given by format. 
 
System::AnsiString::Inserts a specified string into the System::AnsiString::AnsiString
 
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 true if the System::AnsiString::AnsiString is empty. 
 
Returns true if the specified byte is a lead byte. 
 
Returns true if the specified character is '\'. 
 
Returns true if the specified byte is of type mbTrailByte. 
 
Returns the index of the rightmost character that matches any character in the delimiters string. 
 
Returns the length of the System::AnsiString::AnsiString
 
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::AnsiString::AnsiString
 
Pos 
Returns the index at which a specified substring begins. 
 
Sets the value of the System::AnsiString::AnsiString given a format string and its arguments. 
 
Changes the length of the System::AnsiString::AnsiString
 
Sets the value of the System::AnsiString::AnsiString given a format string and its arguments. 
 
Returns a string with the specified number of characters. 
 
Returns a specified substring of the System::AnsiString::AnsiString
 
Converts the string to a floating-point value. 
 
Converts a string to an integer, throwing an exception if the string is invalid. 
 
Converts the string to an integer, returning a default value if the string is invalid. 
 
Trim 
Returns a new System::AnsiString::AnsiString without leading spaces, trailing spaces, or control characters. 
 
Returns a new System::AnsiString::AnsiString without leading spaces or control characters. 
 
Returns a new System::AnsiString::AnsiString without trailing spaces or control characters. 
 
Makes the System::AnsiString::AnsiString unique. 
 
Returns an upper-case version of this System::AnsiString::AnsiString
 
Sets the value of the System::AnsiString::AnsiString given a format string and its arguments. 
 
Converts the System::AnsiString::AnsiString to a wide-character array. 
 
Returns the size of the buffer required by the WideChar function. 
 
Name 
Description 
 
!= 
Compares two strings. 
 
[] 
This is the overview for the [] operator overload. 
 
+ 
Concatenates two System::AnsiString::AnsiString values. 
 
+= 
 
< 
Compares two strings. 
 
<= 
Compares two strings. 
 
= 
Assigns the string rhs to this System::AnsiString::AnsiString
 
== 
Compares the System::AnsiString::AnsiString with a specified string, returning true if they are the same. 
 
> 
Compares two strings. 
 
>= 
Compares two strings. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!