TcxDialogsMetricsStore.InitDialog(TForm) Method
Applies settings to the AForm dialog.
Declaration
procedure InitDialog(AForm: TForm);
Parameters
Name | Type |
---|---|
AForm | TForm |
Remarks
The InitDialog method first determines whether settings (previously saved using the StoreMetrics method) exist for the specified dialog. If they do exist, the method simply applies them to the dialog. Otherwise, the default position (specified by the DefaultPosition property) is only applied to the dialog.
See Also