:: com :: sun :: star :: lang ::

interface XInitialization
Developers Guide
WritingUNO - XInitialization
WritingUNO - Core Interfaces to Implement

Methods' Summary
initialize initializes the object.  
Methods' Details
initialize
void
initialize( [in] sequence< any >  aArguments )
raises( ::com::sun::star::uno::Exception );

Description
initializes the object.

It should be called directly after the object is created.

Top of Page