System.WideString Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
Attachpublic
beginpublic
c_bstrpublicReturns the underlying BSTR that implements the WideString.
cat_printfpublicAppends to the value of the WideString, given a format string and its arguments.
cat_sprintfpublicAppends the result of a given format string and its arguments to the end of the WideString.
cat_vprintfpublicAppends the result of a given format string and its arguments to the end of the WideString.
cbeginpublic
cendpublic
CopypublicReturns a copy of WideString.
CreatepublicCreates an instance of System.WideString.
CurrToStrpublicConverts a currency value to its string representation.
CurrToStrFpublicConverts a currency value to its string representation using the indicated float format convention.
datapublicReturns a pointer to the underlying string data.
DeletepublicDeletes a substring from the WideString.
DestroypublicFrees an instance of System.WideString.
Detachpublic
Emptypublic
endpublic
FirstCharpublic
FloatToStrFpublicReturns the string representation of a floating-point value.
FormatpublicFormats a string assembled from a WideString, format, and a series of array arguments, args.
FormatFloatpublicFormats the floating-point value given by value using the format string given by format.
InsertpublicInserts a specified string into the WideString.
IntToHexpublicConverts a number into a string containing the number's hexadecimal (base 16) representation.
IsDelimiterpublicReturns True if the specified character matches any character in the delimiters string.
IsEmptypublicReturns True if the WideString is empty.
IsPathDelimiterpublicReturns True if the specified character is a path delimiter.
LastCharpublicReturns a pointer to the last character in a string.
LastDelimiterpublicReturns the index of the rightmost character that matches any character in the delimiters string.
LengthpublicReturns the length of the WideString.
LowerCasepublicReturns a lowercase version of WideString.
operator !=publicTests whether theWideString is different from another WideString.
operator &public
operator []publicReturns the character at a specified index in the string.
operator ()public
operator +publicConcatenates two WideStrings.
operator +=publicConcatenates this WideString and rhs, and assigns the result to the WideString.
operator <publicCompares two strings.
operator <=publicCompares two strings.
operator =publicAssigns the value of the WideString to equal a source string.
operator ==publicCompares the WideString with a specified string, returning True if they are the same.
operator >publicCompares two strings.
operator >=publicCompares two strings.
PospublicReturns the index at which a specified substring begins.
printfpublicSets the value of the WideString, given a format string and its arguments.
SetLengthpublicChanges the length of the WideString.
sprintfpublicSets the value of the WideString, given a format string and its arguments.
StringOfCharpublicReturns a string with the specified number of characters.
SubStringpublicReturns a specified substring of the WideString.
swappublicSwap string pointers.
ToDoublepublicConverts the string to a floating-point value.
ToIntpublicConverts a string to an integer, throwing an exception if the string is invalid.
ToIntDefpublicConverts the string to an integer, returning a default value if the string is invalid.
TrimpublicReturns a new WideString, without leading spaces, trailing spaces, or control characters.
TrimLeftpublicReturns a new WideString, without leading spaces or control characters.
TrimRightpublicReturns a new WideString without trailing spaces or control characters.
UpperCasepublicReturns an uppercase version of this WideString.
vprintfpublicSets the value of the WideString, given a format string and its arguments.