Class TDSSPointerList

Unit

Declaration

type TDSSPointerList = class(TObject)

Description

Hierarchy

Overview

Methods

Public constructor Create(Size: Integer);
Public destructor Destroy; OVERRIDE;
Public procedure Clear;
Public function Add(p: Pointer): Integer;
Public function Get(i: Integer): Pointer;
Public function At(i: Integer): Pointer;

Properties

Public property First: Pointer READ Get_First;
Public property Next: Pointer READ Get_Next;
Public property Count: Integer READ NumInList;
Public property Active: Pointer READ Get_Active;
Public property ActiveIndex: Integer READ ActiveItem;
Public property InternalPointer: pPointerArray read List;

Description

Methods

Public constructor Create(Size: Integer);
 
Public destructor Destroy; OVERRIDE;
 
Public procedure Clear;
 
Public function Add(p: Pointer): Integer;
 
Public function Get(i: Integer): Pointer;

Returns index of item

Public function At(i: Integer): Pointer;

Changes active item

Properties

Public property First: Pointer READ Get_First;

Does not change the active item

Public property Next: Pointer READ Get_Next;
 
Public property Count: Integer READ NumInList;
 
Public property Active: Pointer READ Get_Active;
 
Public property ActiveIndex: Integer READ ActiveItem;
 
Public property InternalPointer: pPointerArray read List;
 

Generated by PasDoc 0.16.0.