[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: mseclasses.pas line 602
type tlinkedqueue = class(tpointerqueue, iobjectlink) |
public |
constructor create(); |
destructor destroy; override; |
function destroying; |
function add(); |
procedure insert(); |
function getfirst; |
function getlast; |
procedure sendchangenotification(); |
property items []: iobjectlink; default; [rw] |
property ownsobjects: Boolean; [rw] |
end; |
| |
| |
| |
tnullinterfacedobject,iunknown |
| |
tobject |