Hello,
I want to pass some parameters when calling the constructor new for a component, so those parameters get used in the initialization of the component, where those parameters are properties of the component
Example :
new Application::ReceiptProgam ( numOfProgram,NameOfProgram) ;
Creates the object ReceiptProgam with properties itialized with values numOfProgram,NameOfProgram;