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

TdxSpreadSheetCustomConditionalFormattingRule.SaveToStream(TcxWriter) Method

Saves the conditional formatting rule’s settings to a stream via the specified stream writer.

#Declaration

Delphi
procedure SaveToStream(AWriter: TcxWriter);

#Parameters

Name Type
AWriter TcxWriter

#Remarks

Call this procedure to save the all conditional formatting rule’s property values to a stream. Pass a writer object created for the target stream as the AWriter parameter.

The SaveToFile and SaveToStream procedures provided by the Spreadsheet and Report Designer controls call the SaveToStream procedure internally to save conditional formatting rules to a file or stream in the ExpressSpreadSheet binary format.

Note

All TdxSpreadSheetCustomConditionalFormattingRule class descendants extend the SaveToStream procedure’s functionality with the capability to save all rule-specific property values.

See Also