ITabCellFormatDlg.Show

Fore Syntax

Show(ParentWnd: Integer): Boolean;

Fore.NET Syntax

Show(ParentWnd: UInteger): Boolean;

Parameters

ParentWnd. The numeric descriptor corresponding to the window, relative to which the format dialog box opens modally.

Description

The Show method shows formatting dialog box.

Comments

The method is outdated, use ITabCellFormatDlg.ShowDialog.

See also:

ITabCellFormatDlg