---------------------------------------------------------------------------
| 2090 | |
| 2091 | //--------------------------------------------------------------------------- |
| 2092 | void __fastcall TMainF::Page_System_SheetColumnClick(TObject *Sender, |
| 2093 | TListColumn *Column) |
| 2094 | { |
| 2095 | Page_System_Sheet_ColumnToSort = Column->Index; |
| 2096 | (dynamic_cast<TCustomListView*>(Sender))->AlphaSort(); |
| 2097 | } |
| 2098 | |
| 2099 | //--------------------------------------------------------------------------- |
| 2100 | void __fastcall TMainF::Page_System_SheetCompare(TObject *Sender, |
nothing calls this directly
no outgoing calls
no test coverage detected