Class TCustomExtendedDialog

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomExtendedDialog = class(TForm)

Description

TCustomExtendedDialog is an abstract ancestor used to create standard dialog boxes that contain extra controls.

Hierarchy

Overview

Fields

Protected FDlg: TCommonDialog;

Methods

Public constructor CreateForDialog(aDlg: TCommonDialog);

Description

Fields

Protected FDlg: TCommonDialog;

FDlg is the common dialog box that is the parent of the descendant form.

Methods

Public constructor CreateForDialog(aDlg: TCommonDialog);

CreateForDialog creates a new form with aDlg as the parent form.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:29