MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / Page_System_SheetColumnClick

Method Page_System_SheetColumnClick

Source/GUI/VCL/GUI_Main.cpp:2092–2097  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2090
2091//---------------------------------------------------------------------------
2092void __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//---------------------------------------------------------------------------
2100void __fastcall TMainF::Page_System_SheetCompare(TObject *Sender,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected