#include "ltwrappr.h"
LDialogWeb::LDialogWeb(pLBitmap)
LDialogWeb::LDialogWeb()
LBitmapBase * pLBitmap; |
pointer to an LBitmapBase object |
Constructs and initializes the member variables of the LDialogWeb object.
Parameter |
Description |
pLBitmap |
Pointer to the bitmap object referencing the bitmap object to assign to the specified object. |
None
Required DLLs and Libraries
LTDLGWEB For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
Functions: |
|
Topics: |
//This is an example for : LDialogWeb::LDialogWeb()
L_INT LDialogWeb_LDialogWebExample_1( )
{
LBase::LoadLibraries(LT_ALL_LEADLIB);//make sure all libraries are loaded
LDialogWeb MyDialogWeb; //construct a dialogweb object
//.... do something here ....
//Destructor is called upon returning from function
return SUCCESS;
}
//This is an example for : LDialogWeb::LDialogWeb (pBitmap)
L_INT LDialogWeb_LDialogWebExample_2(LBitmapBase * BitmapObj)
{
LBase::LoadLibraries(LT_ALL_LEADLIB);//make sure all libraries are loaded
LDialogWeb MyDialogWeb (BitmapObj); //construct a dialogweb object
//.... do something here ....
return SUCCESS;
}
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET