| 137 | { |
| 138 | public: |
| 139 | TWaitCursor() : oldc((TCursor)Screen->Cursor) |
| 140 | { Screen->Cursor = (TCursor)crHourGlass; } |
| 141 | ~TWaitCursor() { Screen->Cursor = (TCursor)oldc; } |
| 142 | |
| 143 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected