PsLookup Pack
History of Revisions

----------------------------------
C = TPsDBLookupCombo
L = TPsDBLookupList

pu = public
pb = published
----------------------------------

Date      | What was done
----------|--------------------------------------------------------------- 
Oct/15/99 | Added to C: pu property LastFindSucceeded;
          |             event AfterSearchKey.
          |
Oct/28/99 | Added to C: function TextFoundInList: Boolean;
          |             event OnSpecialEvent.
          |
Nov/01/99 | Added to C: pb property DropDownWidthFromListFlds: Boolean;
          |             pb property RestrictToList: Boolean.
          |
          | Fixed in C: On DropDown/CloseUp/Arrow-keys now doesn't switch
          |             DataSource to Edit mode;
          |             On 'Esc' now Cancels changes when DataSource
          |             is set;
          |             When DataSource is set and drop-down is showing,
          |             tabbing out or switching to another control after
          |             setting a new value now keeps that value.
          |             
Nov/05/99 | Added     : Delphi 5 support.
          |
Nov/10/99 | Added     : Proportional scrolling for sequenced datasets;
          |             pb property ThumbTracking.
          |
Jan/10/00 | Added to C: pb property AlwaysAutoSelect;
          |             pb property ExitFillFirstIfBlank.
          |
Jan/24/00 | Added to C: pb property DropDownOnEditClick;
          |             pb property DropDownOnEnter.
          | 
          |      L & C: Mouse wheel support.
          |             Incorporated new events of Delphi 5.
          |
Mar/30/00 | Added to C: pb property ExitFillIfPartial;
          |             event OnExitWhenNotInList.
          |
          | Modified  : pb property ToolTipsDelimiter now has an initial
          |             value of ' | ';
          |             function TextFoundInList can also be called by
          |             specifying LocateOptions [loCaseInsensitive, loPartialKey].
          |
          | Fixed in C: WheelScroll problem.
          |
May/10/00 | Added     : Delphi 3 support!
          |
May/12/00 | Added     : Empty(default) item feature
          |      L & C: pb property EmptyDisplay;
          |             pb property EmptyValue;
          |             pb property EmptyItemColor;
          |             pb property EmptyItemFontColor;
          |          C: pb property EmptyShowInList.
          |
May/26/00 | Added to C: pb property DropDownRowsAutoDecrease;
          |
--------------------------------------------------------------------------