R
rj
I pass a bool to a form when it is created
public TFrmPurchaseOrders(bool ISNew)
{
InitializeComponent();
}
How can I access the value of ISNew, in the onload event of this form?
TIA
public TFrmPurchaseOrders(bool ISNew)
{
InitializeComponent();
}
How can I access the value of ISNew, in the onload event of this form?
TIA