[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazlistclasses.pas line 540
type generic TLazShiftBufferListGen <T>= class |
||
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
function Add(); |
|
|
procedure Clear; virtual; |
|
|
procedure Delete(); |
|
|
function IndexOf(); |
|
|
procedure Insert(); |
|
|
function Remove(); |
|
|
|
||
|
||
property ItemPointer []: PT; [r] |
|
|
property Items []: T; default; [rw] |
|
|
end; |
|
||
| | | ||
| Version 4.4 | Generated 2025-11-08 | Home |