ShowConditionalFormattingRuleEditDialog(IdxDialogOwner,TdxSpreadSheetCustomConditionalFormattingRule) Method
In This Article
Invokes the Conditional Formatting Rule dialog for a control with support for conditional formatting.
#Declaration
Delphi
function ShowConditionalFormattingRuleEditDialog(AOwner: IdxDialogOwner; var ARule: TdxSpreadSheetCustomConditionalFormattingRule): Boolean;
#Parameters
Name | Type | Description |
---|---|---|
AOwner | Idx |
The target control with support for conditional formatting. The accepted control must implement Idx |
ARule | Tdx |
The target conditional formatting rule. If the invoked dialog creates a new conditional formatting rule, this parameter returns the created rule. |
#Returns
Type | Description |
---|---|
Boolean |
|
#Remarks
Call the ShowConditionalFormattingRuleEditDialog
function to invoke the dialog that allows users to edit an existing conditional formatting rule or create a new rule.
See Also