TdxSpreadSheetContainerCustomizationDialogForm.Container Property
In This Article
Provides access to the target floating container of the “Customize Object” dialog.
#Declaration
Delphi
property Container: TdxSpreadSheetContainer read;
#Property Value
Type |
---|
Tdx |
#Remarks
The “Customize Object” dialog uses this property to retrieve and update settings common to all floating container types. The Initialize procedure uses its AContainer parameter to initialize the Container property.
See Also