ZylGMaps Delphi & C++Builder Component

Class TPaths

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TPaths = class(TObject)

Description

Path collection.

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

Public constructor Create();

Constructor.

Public destructor Destroy; override;

Destructor.

Public procedure Add(const Item: TPath);

Add path to collection.

Parameters
Item
Path item.
Public procedure Insert(index: Integer; const Item: TPath);

Insert path into collection.

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

Delete path from collection.

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

Remove all paths from collection.

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

Get index of path by name.

Parameters
pathName
Name of the path.
Returns

Index of the path.

Properties

Public property Count: Integer read GetCount;

Path count.

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

Path items.

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