LDialogDocument::LDialogDocument

#include "ltwrappr.h"

LDialogDocument::LDialogDocument()

LDialogDocument::LDialogDocument(pLBitmap)

LBitmapBase * pLBitmap;

pointer to an LBitmapBase object

Constructs and initializes the member variables of the LDialogDocument object.

Parameter

Description

pLBitmap

Pointer to the bitmap object referencing the bitmap object to assign to the specified object.

Returns

None.

Required DLLs and Libraries

LTDLGIMGDOC
LTDLGKRN
LTDLGUTL
LTDLGCTRL
LTDLGCOM
LTDIS
LTIMG

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

See Also

Functions:

LDialogDocument::~LDialogDocument

Topics:

Using Imaging Common Dialog

Example

//This is an example for : LDialogDocument:: LDialogDocument () 
L_INT LDialogDocument_LDialogDocumentExample_1( ) 
{ 
   LBase::LoadLibraries(LT_ALL_LEADLIB);//make sure all libraries are loaded 
   LDialogDocument MyDialogDocument;     //construct a dialogdocument object 
   //.... do something here 
   //Destructor is called upon returning from function 
   return SUCCESS; 
} 
//This is an example for : LDialogDocument:: LDialogDocument (pBitmap) 
L_INT LDialogDocument_LDialogDocumentExample_2(LBitmapBase * BitmapObj) 
{ 
   LBase::LoadLibraries (LT_ALL_LEADLIB);//make sure all libraries are loaded 
   LDialogDocument MyDialogDocument (BitmapObj);     //construct a dialogdocument object 
   //.... do something here 
   return SUCCESS; 
} 

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Common Dialog C++ Class Library Help