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

TdxSpreadSheetContainerCustomizationDialogForm.Initialize(TdxSpreadSheetContainer) Method

Assigns the target floating container to the “Customize Object“ and initializes required UI elements.

#Declaration

Delphi
procedure Initialize(AContainer: TdxSpreadSheetContainer);

#Parameters

Name Type Description
AContainer TdxSpreadSheetContainer

A floating container.

#Remarks

This procedure uses the AContainer parameter value to:

  • Initialize the Container property.

  • Retrieve look & feel settings from the container’s spreadsheet control and apply them to the dialog.

  • Define which dialog pages and UI elements are visible.

Note

The ShowContainerCustomizationDialog global function calls the constructor, the Initialize and Load procedures internally to invoke the “Customize Object” dialog for a specified floating container.

See Also