Back to Devexpress

IcxDialogMetricsInfoData Interface

vcl-cxclasses-53dc9da9.md

latest970 B
Original Source

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

TcxDialogMetricsInfo

TcxDialogsMetricsStore

IcxDialogMetricsInfoData Members

cxClasses Unit