MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / FormResize

Method FormResize

sourcecommon/gridcolumns.cpp:33–38  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

31}
32//---------------------------------------------------------------------------
33void __fastcall TStringGridLivingColumns::FormResize(TObject *Sender)
34{
35 ResizeColumnWidth();
36 if( oldOnResize )
37 oldOnResize(Sender);
38}
39//---------------------------------------------------------------------------
40void __fastcall TStringGridLivingColumns::MouseUp(TObject *Sender, TMouseButton Button,
41 TShiftState Shift, int X, int Y)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected