IcxDialogMetricsInfoData Interface
In This Article
Allows a dialog to store custom settings when used with TcxDialogsMetricsStore.
#Declaration
Delphi
IcxDialogMetricsInfoData = interface(IInterface)
#Remarks
To persist custom dialog settings, a dialog class must implement the IcxDialogMetricsInfoData interface, so that TcxDialogMetricsInfo (which is used by the TcxDialogsMetricsStore) can save and restore the required custom information for a given dialog.
#Inheritance
IInterface
IcxDialogMetricsInfoData
See Also