Changeset 137 for trunk/Modules/ZdechovNET/UIPTVPage.pas
- Timestamp:
- Sep 9, 2022, 1:16:58 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/ZdechovNET/UIPTVPage.pas
r135 r137 4 4 5 5 uses 6 Classes, SysUtils, FileUtil, UWebPage, UHTTPServer, UModuleUser, fgl; 6 Classes, SysUtils, FileUtil, UWebPage, UHTTPServer, UModuleUser, 7 Generics.Collections; 7 8 8 9 type … … 18 19 { TChannels } 19 20 20 TChannels = class(T FPGObjectList<TChannel>)21 TChannels = class(TObjectList<TChannel>) 21 22 function AddNew(Name: string; Groups: TChannelGroups): TChannel; 22 23 function GetNamesByGroup(Group: TChannelGroup): string;
Note:
See TracChangeset
for help on using the changeset viewer.