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.LoadFromStream(TcxReader) Method

Loads the conditional formatting rule’s settings from a stream via the specified stream reader.

#Declaration

Delphi
procedure LoadFromStream(AReader: TcxReader);

#Parameters

Name Type
AReader TcxReader

#Remarks

Call this procedure to update the conditional formatting rule’s properties with the corresponding values loaded from a stream, such as the list of areas affected by the rule. Pass a reader object created for the target stream as the AReader parameter.

The LoadFromFile and LoadFromStream procedures provided by the Spreadsheet and Report Designer controls call the LoadFromStream procedure internally to load conditional formatting rules stored in the ExpressSpreadSheet binary format.

Note

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

See Also