[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazlinkedlist.pas line 38
type TLinkList = class |
||
protected |
||
function CreateItem; virtual; abstract; |
|
|
function GetNewItem; |
|
|
procedure AddAsLast(); |
|
|
public |
||
property First: TLinkListItem; [r] |
|
|
property Last: TLinkListItem; [r] |
|
|
|
||
procedure Delete(); |
|
|
procedure MoveToLast(); |
|
|
procedure Clear; |
|
|
function ConsistencyCheck; |
|
|
constructor Create; |
|
|
destructor Destroy; override; |
|
|
end; |
|
||
| | ||
TObject |
lazarus-ccr.sourceforge.net |