InitDialogs method (LEAD Dialog Service Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

int InitDialogs(unsigned uFlags);

Delphi Syntax

Function InitDialogs (uFlags: L_UINT32 ): L_INT;

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Initializes the internal data for the LEADTOOLS Common Dialogs Controls.

You must call this method once and only once before using any LEADTOOLS Common Dialogs Controls. Additionally, you must call FreeDialogs when you are finished using LEADTOOLS Common Dialogs Controls in your application.

If you pass DLG_INIT_COLOR you must have ltclr14n.dll, ltdlgres14n.dll, and ltdlgclr14.dll.

See Also

Elements:

FreeDialogs method.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events