ITabView.ShowFormatDialog

Syntax

ShowFormatDialog(HWnd: Integer);

Parameter

HWnd. The numeric descriptor corresponding to the window relative to which the format window opens modally.

Description

The ShowFormatDialog method displays a format dialog for the current selection.

Comments

As the HWnd parameter value, the IWin32Window.Handle property value is determined.

Comment. This method is outdated, it is recommended to use the ShowFormatDialogEx method instead.

See also:

ITabView