cadetill's blog Copyright © Xavier Martínez (cadetill)

Class TGMObject

Unit

Declaration

type TGMObject = class(TInterfacedObject, IGMAPIUrl)

Description

Base class for all classes that inherit from TObject into GMLib.

Implements IGMAPIUrl interface.

Hierarchy

Overview

Methods

Public procedure Assign(Source: TObject); virtual;

Properties

Protected property APIUrl: string read GetAPIUrl;

Description

Methods

Public procedure Assign(Source: TObject); virtual;

Call Assign to copy the properties or other attributes form an object to another.

The standard form of a call to Assign method is
     Destination.Assign(Source);
which tells the Destination object to copy the contents of the Source object to itself.

Parameters
Source
Object to copy the content.

Properties

Protected property APIUrl: string read GetAPIUrl;

URL to Google Maps API page.


Generated by PasDoc 0.15.0.