Keypad.HasMemory - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Namespace: UserControlClassLibrary
Description: Indicates if calculator memory is empty.
Returns | Description |
---|---|
bool | true when calculator memory is NOT empty |
Remarks:
The property is solely used to indicate if memory keys should be disabled. The key pad has no knowledge about the actual state of calculator memory. It is the client's responsibility to ensure this property correctly reflects the actual state of the calculator memory as this property will NOT update automatically when the state of calculator memory changes.