---------------------------------------------------------------------------
| 31 | } |
| 32 | //--------------------------------------------------------------------------- |
| 33 | void __fastcall TStringGridLivingColumns::FormResize(TObject *Sender) |
| 34 | { |
| 35 | ResizeColumnWidth(); |
| 36 | if( oldOnResize ) |
| 37 | oldOnResize(Sender); |
| 38 | } |
| 39 | //--------------------------------------------------------------------------- |
| 40 | void __fastcall TStringGridLivingColumns::MouseUp(TObject *Sender, TMouseButton Button, |
| 41 | TShiftState Shift, int X, int Y) |
nothing calls this directly
no outgoing calls
no test coverage detected