Unit 'Contnrs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-base]

TObjectList

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

Declaration

Source position: contnrs.pp line 75

type TObjectList = class(TList)

protected

  procedure Notify(); override;

  function GetItem();

  procedure SetItem();

public

  constructor Create();

  function Add();

  function Extract();

  function Remove();

  function IndexOf();

  function FindInstanceOf();

  procedure Insert();

  function First;

  function Last;

  property OwnsObjects: Boolean; [rw]

  property Items []: TObject; default; [rw]

end;

Inheritance

TObjectList

|

TObject


Documentation generated on: 2023-03-18