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

dxSpreadSheetExtractConditionParams(string,TdxSpreadSheetFormatSettings,Variant,TdxSpreadSheetFormulaOperation) Method

Extracts condition parameters from the specified formula token.

#Declaration

Delphi
procedure dxSpreadSheetExtractConditionParams(const S: string; const AFormatSettings: TdxSpreadSheetFormatSettings; var AConditionValue: Variant; var AOperation: TdxSpreadSheetFormulaOperation);

#Parameters

Name Type
S string
AFormatSettings TdxSpreadSheetFormatSettings
AConditionValue Variant
AOperation TdxSpreadSheetFormulaOperation

#Remarks

This procedure is used to parse formula expressions. The dxSpreadSheetExtractConditionParams procedure accepts a formula token as the S parameter and returns both the condition value and formula operation as the AConditionValue and AOperation parameters, respectively.

Refer to the TdxSpreadSheetFormulaOperation type description for more information on operations supported by the Spreadsheet control‘s formula engine.

See Also