[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: mnClasses.pas line 41
type generic TmnObjectList <_Object_>= class(TObjectList) |
||
protected |
||
type |
||
|
||
protected |
||
function _AddRef; |
|
|
function _Release; |
|
|
procedure Notify(); override; |
|
|
procedure Removing(); virtual; |
|
|
procedure Added(); virtual; |
|
|
procedure Created; virtual; |
|
|
function CreateItem; virtual; |
|
|
public |
||
function GetEnumerator; |
|
|
function QueryInterface(); |
|
|
procedure AfterConstruction; override; |
|
|
function Add(); |
|
|
procedure Insert(); |
|
|
function Extract(); |
|
|
function Require(); |
|
|
function Peek(); |
|
|
property Items []: _Object_; default; [rw] |
|
|
function Last; |
|
|
function First; |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |