LDialogFile::LDialogFile

#include "ltwrappr.h"

LDialogFile::LDialogFile()

LDialogFile::LDialogFile(pLBitmap)

Constructs and initializes the member variables of the LDialogFile object.

Parameters

LBitmapBase * pLBitmap

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

Returns

None.

Required DLLs and Libraries

See Also

Functions

Topics

Example

//This is an example for : LDialogFile::LDialogFile () 
 
L_INT LDialogFile_LDialogFileExample_1( )  
{ 
   LBase::LoadLibraries(LT_ALL_LEADLIB);//make sure all libraries are loaded 
 
   LDialogFile MyDialogFile;     //construct a dialogfile object 
 
   //.... do something here   ....    
 
   //Destructor is called upon returning from function 
 
   return SUCCESS; 
} 
 
//This is an example for : LDialogFile::LDialogFile (pBitmap)  
 
L_INT LDialogFile_LDialogFileExample_2(LBitmapBase * BitmapObj)  
{ 
   LBase::LoadLibraries(LT_ALL_LEADLIB);//make sure all libraries are loaded 
 
   LDialogFile MyDialogFile (BitmapObj);     //construct a dialogfile object 
 
   //.... do something here   ....    
 
   return SUCCESS; 
} 
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Common Dialog C++ Class Library Help