Property | Type | Description | |
---|---|---|---|
$btnCalculate | |||
$lblResult | |||
$lstOperation | |||
$txtValue1 | And a label to output the result | ||
$txtValue2 |
Method | Description | |
---|---|---|
Form_Create ( ) | Define all the QContrtol objects for our Calculator | |
Form_Load ( ) | ||
Form_Validate ( ) | ||
btnCalculate_Click ( $strFormId, $strControlId, $strParameter ) | Perform the necessary operations on the operands, and output the value to the lblResult |
protected Form_Create ( ) |
protected btnCalculate_Click ( $strFormId, $strControlId, $strParameter ) |