Create(IdxDialogOwner) Constructor
Creates a Conditional Formatting Rule dialog for the specified control with support for conditional formatting.
Declaration
constructor Create(AOwner: IdxDialogOwner); reintroduce;
Parameters
Name | Type | Description |
---|---|---|
AOwner | IdxDialogOwner | The target control with support for conditional formatting. The accepted control must implement IdxDialogOwner and IdxSpreadSheetConditionalFormatting interfaces; otherwise, the created dialog cannot function properly. |
See Also