On Tuesday 29 October 2013 02:48:33 Dmitry Boyarintsev wrote: > > P.S. Offtopic: I personally find it horrible to call a unit "classes" (it's > fine for RTL, since it's started this way, but any other library - it is > horrible). Nobody calls their units like "functions" or > "functionsandprodures" (though I think I saw unit "funcs" one day), It is > better to give more accurate name of the unit functionality: StrLists, > UnicodeUtils, FileUtls, DateUtils.
mseclasses unit is the unit of tmsecomponent class which extends the FPC TComponent with object linking facilities and the like and is base of all MSEgui components. Before forking of FPC classes unit it also included the code for workarounds. But agreed, classes unit should be split into smaller functional units. Although then it would not be possible anymore to have so much private elements as now and to make the life of the toolkit producers so much more difficult. ;-) Martin _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal