---------------------------------------------------------------------------
| 54 | } |
| 55 | //--------------------------------------------------------------------------- |
| 56 | int __fastcall TStringGridLivingColumns::GetAllColumnsWidth(void) |
| 57 | { |
| 58 | int AllColWidth = 0; |
| 59 | for(int i=0, c=SG->ColCount; i<c; i++) |
| 60 | AllColWidth += SG->ColWidths[i]; |
| 61 | // ������ ������������ ��� ������ ������ ������� ������ �� 1 ������� - |
| 62 | // ��� ������������� ��������� ��������������� ���������� |
| 63 | return AllColWidth + SG->ColCount; |
| 64 | } |
| 65 | //--------------------------------------------------------------------------- |
| 66 | void TStringGridLivingColumns::SaveColumnKoeff(void) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected