ITabCellFormatDlg.Show

Fore Syntax

Show(ParentWnd: Integer): Boolean;

Fore.NET Syntax

Show(ParentWnd: UInteger): Boolean;

Parameters

ParentWnd : numeric descriptor corresponding to the window with respect to which the formatting dialog box opens modally.

Description

The Show method shows formatting dialog box.

Comment. The method is outdated, it is recommended to use the ShowDialog method instead.

See also:

ITabCellFormatDlg