ZylGMaps Delphi & C++Builder Component

Class TCircles

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCircles = class(TObject)

Description

Circle collection.

Hierarchy

Overview

Methods

Public constructor Create();
Public destructor Destroy; override;
Public procedure Add(const Item: TCircle);
Public procedure Insert(index: Integer; const Item: TCircle);
Public procedure Delete(index: Integer);
Public procedure Clear;
Public function IndexOf(const name: String): integer;

Properties

Public property Count: Integer read GetCount;
Public property Items[index:Integer]: TCircle read GetItem write SetItem;

Description

Methods

Public constructor Create();

Constructor.

Public destructor Destroy; override;

Destructor.

Public procedure Add(const Item: TCircle);

Add circle to collection.

Parameters
Item
Circle item.
Public procedure Insert(index: Integer; const Item: TCircle);

Insert circle into collection.

Parameters
index
Index, where the circle is inserted.
Item
Circle item.
Public procedure Delete(index: Integer);

Delete circle from collection.

Parameters
index
Index, where the circle is deleted from.
Public procedure Clear;

Remove all circles from collection.

Public function IndexOf(const name: String): integer;

Get index of circle by name.

Parameters
name
Name of the circle.
Returns

Index of the circle.

Properties

Public property Count: Integer read GetCount;

Circle count.

Public property Items[index:Integer]: TCircle read GetItem write SetItem;

Circle items.

Copyright © 2003 - 2026 by Zyl Soft. All rights reserved.
Generated by PasDoc 0.16.0.