Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GetPlainString(string) Method

Removes the carriage return and carriage linefeed symbols from a specified string.

#Declaration

Delphi
function GetPlainString(const S: string): string;

#Parameters

Name Type
S string

#Returns

Type
string

#Remarks

Removes the carriage return and carriage linefeed symbols from the string specified by the S parameter. Use this function to convert a string expression to plain text without line breaks.

See Also