Unit 'ComboEx' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TListControlItems

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: comboex.pas line 93

type TListControlItems = class(TOwnedCollection)

protected

  function CompareItems(); virtual;

  

  function DoCustomSort();

  

  function DoOnCompare();

  

  procedure Update(); override;

  

public

  function Add;

  

  procedure CustomSort();

  

  procedure Sort;

  

  property Items []: TListControlItem; default; [r]

  

published

  property CaseSensitive: Boolean; [rw]

  

  property SortType: TListItemsSortType; [rw]

  

  property OnCompare: TListCompareEvent; [rw]

  

end;

Inheritance

TListControlItems

  

|

TObject



CT Web help

CodeTyphon Studio