Show: Delphi C++
Display Preferences

System.WideString Declared Members

From XE2 API Documentation
Jump to: navigation, search



Types

TStringFloatFormat

Constructors & Destructors

CreateCreates an instance of System.WideString.
DestroyFrees an instance of System.WideString.

Functions

Attach
c_bstrReturns the underlying BSTR that implements the WideString.
cat_printfAppends to the value of the WideString, given a format string and its arguments.
cat_sprintfAppends the result of a given format string and its arguments to the end of the WideString.
cat_vprintfAppends the result of a given format string and its arguments to the end of the WideString.
CopyReturns a copy of WideString.
CurrToStrConverts a currency value to its string representation.
CurrToStrFConverts a currency value to its string representation using the indicated float format convention.
dataReturns a pointer to the underlying string data.
DeleteDeletes a substring from the WideString.
Detach
Empty
FloatToStrFReturns the string representation of a floating-point value.
FormatFormats a string assembled from a WideString, format, and a series of array arguments, args.
FormatFloatFormats the floating-point value given by value using the format string given by format.
InsertInserts a specified string into the WideString.
IntToHexConverts a number into a string containing the number's hexadecimal (base 16) representation.
IsDelimiterReturns True if the specified character matches any character in the delimiters string.
IsEmptyReturns True if the WideString is empty.
IsPathDelimiterReturns True if the specified character is a path delimiter.
LastCharReturns a pointer to the last character in a string.
LastDelimiterReturns the index of the rightmost character that matches any character in the delimiters string.
LengthReturns the length of the WideString.
LowerCaseReturns a lowercase version of WideString.
operator !=Tests whether theWideString is different from another WideString.
operator &
operator ()
operator +Concatenates two WideStrings.
operator +=Concatenates this WideString and rhs, and assigns the result to the WideString.
operator <Compares two strings.
operator <=Compares two strings.
operator =Assigns the value of the WideString to equal a source string.
operator ==Compares the WideString with a specified string, returning True if they are the same.
operator >Compares two strings.
operator >=Compares two strings.
operator []Returns the character at a specified index in the string.
PosReturns the index at which a specified substring begins.
printfSets the value of the WideString, given a format string and its arguments.
SetLengthChanges the length of the WideString.
sprintfSets the value of the WideString, given a format string and its arguments.
StringOfCharReturns a string with the specified number of characters.
SubStringReturns a specified substring of the WideString.
swapSwap string pointers.
ToDoubleConverts the string to a floating-point value.
ToIntConverts a string to an integer, throwing an exception if the string is invalid.
ToIntDefConverts the string to an integer, returning a default value if the string is invalid.
TrimReturns a new WideString, without leading spaces, trailing spaces, or control characters.
TrimLeftReturns a new WideString, without leading spaces or control characters.
TrimRightReturns a new WideString without trailing spaces or control characters.
UpperCaseReturns an uppercase version of this WideString.
vprintfSets the value of the WideString, given a format string and its arguments.


Personal tools
Previous Versions
Translations