Unit 'ovccmbx' Package
[Overview][Constants][Types][Classes][Index] [#pl_orpheus]

TOvcMRUList

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

Declaration

Source position: ovccmbx.pas line 47

type TOvcMRUList = class

protected

  FMaxItems: Integer;

  

  FList: TStrings;

  

  procedure SetMaxItems();

  

public

  procedure Clear;

  

  constructor Create;

  

  destructor Destroy; override;

  

  procedure NewItem();

  

  procedure Shrink;

  

  function RemoveItem();

  

  property Items: TStrings; [r]

  

  property MaxItems: Integer; [rw]

  

end;

Inheritance

TOvcMRUList

  

|

TObject



CT Web help

CodeTyphon Studio