TdxSpreadSheetContainerCustomizationDialogForm.Initialize(TdxSpreadSheetContainer) Method
Assigns the target floating container to the “Customize Object“ and initializes required UI elements.
Declaration
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