TdxSpreadSheetContainerCustomizationDialogForm.Initialize(TdxSpreadSheetContainer) Method
In This Article
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 | Tdx |
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 Show
See Also