Class TAdSurfaceEventList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdSurfaceEventList = class(TAdList)

Description

A list class for registering the surface events in TAdDraw.

See also
TAdSurfaceEvent
The declaration of the surface event handler callback procedure.

Hierarchy

Overview

Methods

Public procedure Add(Item:TAdSurfaceEvent);
Public procedure Remove(Item:TAdSurfaceEvent);

Properties

Public property Items[AIndex:integer]: TAdSurfaceEvent read GetItem write SetItem;

Description

Methods

Public procedure Add(Item:TAdSurfaceEvent);

Adds a callback procedure to the list.

Public procedure Remove(Item:TAdSurfaceEvent);

Removes a specific callback procedure to the list.

Properties

Public property Items[AIndex:integer]: TAdSurfaceEvent read GetItem write SetItem;

Allows access on each TAdSurfaceEvent element in the list.

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:31:59