UNITS
CLASSES, INTERFACES, OBJECTS
TYPES
VARIABLES
CONSTANTS
FUNCTIONS, PROCEDURES
IDENTIFIERS

Class TContourRing

Unit

UConturWeber

Declaration

type TContourRing = class(TObject)

Description

Representation of one contoured object

Fields

None.

Methods

Overview

Constructor Create;
Destructor Destroy;
Procedure Add(aMove:TMoveRecord);
Procedure Assign(aRing:TContourRing);
Procedure Clear;
Function Get(Index:Integer):TMoveRecord;
Function NumOf:Integer;
Procedure Put(Index:Integer;aMove:TMoveRecord);

Description

Constructor Create;

... to create

Destructor Destroy;

... to destroy

Procedure Add(aMove:TMoveRecord);

Add a move record

Procedure Assign(aRing:TContourRing);

.. to assign som datas

Procedure Clear;

Clear all moves from a ring

Function Get(Index:Integer):TMoveRecord;

Add a .. to get access via properties

Function NumOf:Integer;

Number of moves inside a ring

Procedure Put(Index:Integer;aMove:TMoveRecord);

Add a .. to get access via properties

Properties

Overview

Moves[Index:Integer]:
NumOfMoves:

Description

Moves[Index:Integer]:

Access to each move of the mouse cursor

NumOfMoves:

Number of moves inside a ring


Generated by pasdoc 0.6.20 on Tue 5 Mar 2002 16:02:19