FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TRichString Record

A string cell value with its rich text information.

Pascal
TRichString = record
  Value: UTF16String;
  RTFRuns: TRTFRunList;
end;
C++
struct TRichString {
  UTF16String Value;
  TRTFRunList RTFRuns;
};
Members 
Description 
Value: UTF16String; 
Cell text.  
RTFRuns: TRTFRunList; 
Rich text info.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!