Class TDSSPointerList
Unit
Declaration
type TDSSPointerList = class(TObject)
Description
Hierarchy
- TObject
- TDSSPointerList
Overview
Methods
constructor Create(Size: Integer); |
|
destructor Destroy; OVERRIDE; |
|
procedure Clear; |
|
function Add(p: Pointer): Integer; |
|
function Get(i: Integer): Pointer; |
|
function At(i: Integer): Pointer; |
Properties
property First: Pointer READ Get_First; |
|
property Next: Pointer READ Get_Next; |
|
property Count: Integer READ NumInList; |
|
property Active: Pointer READ Get_Active; |
|
property ActiveIndex: Integer READ ActiveItem; |
|
property InternalPointer: pPointerArray read List; |
Description
Methods
constructor Create(Size: Integer); |
|
destructor Destroy; OVERRIDE; |
|
procedure Clear; |
|
function Add(p: Pointer): Integer; |
|
function Get(i: Integer): Pointer; |
|
Returns index of item |
function At(i: Integer): Pointer; |
|
Changes active item |
Properties
property First: Pointer READ Get_First; |
|
Does not change the active item |
property Next: Pointer READ Get_Next; |
|
property Count: Integer READ NumInList; |
|
property Active: Pointer READ Get_Active; |
|
property ActiveIndex: Integer READ ActiveItem; |
|
property InternalPointer: pPointerArray read List; |
|
Generated by PasDoc 0.16.0.