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

IcxDialogMetricsInfoData Interface

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