The sesLib is a light native VCL components package with Delphi 5 compatible help system.The sesLib consists of three components: TsesEdit, TsesLogger, TsesDataSet.The TsesEdit is the integral component , which incapsulates the many basic properies and methods of the data editor line components: TEdit, TComboBox, TDBEdit, TDBComboBox, etc.The TsesLogger links TsesEdits into integrated group and provides logging functions. So, you may provide the user a possibility to see a history list of entered valid data values or to pick up one of these values from the list.The TsesDataSet is a light variant of the direct descendant of the TDataSet without using BDE or ADO (uses DB unit only). |