Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TActiveList

Unit

cAIBaseObject

Declaration

type TActiveList = class()

Description

============================================================================

Methods

Overview

Public function ActiveItemIndex: LongInt;
Public constructor Create(aValue: boolean);
Public destructor Destroy; override;
Public function First: boolean;
Public function IndexOfActiveItem: LongInt;
Public function Next: boolean;
Public function OneLineDisplay: string; virtual;
Public function PositionAtIndex(anIndex: LongInt): boolean;
Public function SetFirstActive: boolean;
Public function SetLastActive: boolean;
Public function SetNextActive: boolean;
Public function SetNextOrFirstActive: boolean;
Public function SetPriorActive: boolean;
Public function SetPriorOrLastActive: boolean;

Description

Public function ActiveItemIndex: LongInt;

 

Public constructor Create(aValue: boolean);

 

Public destructor Destroy; override;

 

Public function First: boolean;

 

Public function IndexOfActiveItem: LongInt;

 

Public function Next: boolean;

 

Public function OneLineDisplay: string; virtual;

 

Public function PositionAtIndex(anIndex: LongInt): boolean;

 

Public function SetFirstActive: boolean;

 

Public function SetLastActive: boolean;

 

Public function SetNextActive: boolean;

 

Public function SetNextOrFirstActive: boolean;

 

Public function SetPriorActive: boolean;

 

Public function SetPriorOrLastActive: boolean;

 

Properties

Overview

Public property ActiveItem: Pointer;

Description

Public property ActiveItem: Pointer;

 


Generated by PasDoc 0.8.7 on Wed 01/ Oct 2003 00:51:33