Unit 'mscoreengine' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_magicscript]

TmscrItemList

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

Declaration

Source position: mscoreengine.pas line 108

type TmscrItemList = class(TObject)

protected

  FItems: TList;

  

  procedure Clear; virtual;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  function Count;

  

  procedure Add();

  

  procedure Remove();

  

end;

Inheritance

TmscrItemList

  

|

TObject



CT Web help

CodeTyphon Studio