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

All Identifiers

Name Unit Description
ctGMLib_Version GMLib.Constants

CEF4DELPHI installed delphi 6 delphi 7 delphi 2005 delphi 2006 delphi 2007 delphi 2009 delphi 2010 XE XE2 XE3 XE4 XE5 XE6 XE7 XE8 Seattle 10 Berlin 10.1 Tokyo 10.2 Rio 10.3 Sydney 10.4 Alexandria 11.0/11.1 Actual version from GMLib

ct_API_KEY GMLib.Constants

API key value into HTML map

ct_API_LAN GMLib.Constants

API language value into HTML map

ct_API_REGION GMLib.Constants

API region value into HTML map

ct_API_VER GMLib.Constants

API version value into HTML map

ct_FILE_LLB_NAME GMLib.Constants

Name of the LatLngBounds javascript file.

ct_FILE_MAPJS_NAME GMLib.Constants

Name of the Maps javascript file.

ct_FILE_MAP_NAME GMLib.Constants

Name of the HTML map file.

ct_FILE_TRANSF_NAME GMLib.Constants

Name of the Transform javascript file.

ct_RES_LLB_CODE GMLib.Constants

Resurce name for latlngbounds.js file.

ct_RES_MAPAJS_CODE GMLib.Constants

Resurce name for map.js file.

ct_RES_MAPA_CODE GMLib.Constants

Resurce name for map.html file.

ct_RES_TRANSF_CODE GMLib.Constants

Resurce name for transform.js file.

EGMCanLoadResource GMLib.Exceptions

Exception raised when the resource of the map can't be load.

EGMException GMLib.Exceptions

Base class for all Exception on GMLib.

EGMIncorrectBrowser GMLib.Exceptions

Exception raised when the class of assigned TGMMap.WebBrowser property isn't correct.

EGMJSError GMLib.Exceptions

Exception raised when a JavaScript error occurs.

EGMMapIsActive GMLib.Exceptions

Exception raised when you try to change a property dependant of TGMMap.Active property and it is True.

EGMMapIsNull GMLib.Exceptions

Exception raised when Map variable from JavaScript code is null.

EGMNotActive GMLib.Exceptions

Exception raised when the TGMMap component isn't active.

EGMNotValidRealNumber GMLib.Exceptions

Exception raised when GMLib try to convert a string to a Real/Integer value.

EGMOwnerWithoutJS GMLib.Exceptions

Exception raised when GMLib needs to execute a JavaScript function and the object (or its owner) not support IGMExecJS.

EGMTimeOut GMLib.Exceptions

Exception raised when a occurs a timeout.

EGMUnassignedObject GMLib.Exceptions

Exception raised when a GMLib method receives an object param and it is unassigned.

EGMWithoutOwner GMLib.Exceptions

Exception raised when an GMLib object needs an Owner to do something.

GetTranslateText GMLib.Translations

GetTranslateText function retrieves a translated string into the TGMLang language.

GetTranslateText GMLib.Translations

GetTranslateText fucntion retrieves a translated string into the TGMLang language.

IGMAPIUrl GMLib.Classes

Interface that provide access to an URL to Google Maps API page.

IGMControlChanges GMLib.Classes

Interface that defines the method to call of the owner object when changes a property of the object.

IGMExecJS GMLib.Classes

Interface that defines the method to call to execute a JavaScript function.

IGMOwnerLang GMLib.Classes

Interface that defines the method to call of the owner object to know his TGMLang.

IGMToStr GMLib.Classes

Interface that provide access to convert all object properties to a string.

Register GMLib.Register.Vcl

CEF4DELPHI installed delphi 6 delphi 7 delphi 2005 delphi 2006 delphi 2007 delphi 2009 delphi 2010 XE XE2 XE3 XE4 XE5 XE6 XE7 XE8 Seattle 10 Berlin 10.1 Tokyo 10.2 Rio 10.3 Sydney 10.4 Alexandria 11.0/11.1 Registers GMLib components.

TEventsMap GMLib.HTMLForms

Properties for eventsMap HTML form.

TGenFunc GMLib.Functions

CEF4DELPHI installed delphi 6 delphi 7 delphi 2005 delphi 2006 delphi 2007 delphi 2009 delphi 2010 XE XE2 XE3 XE4 XE5 XE6 XE7 XE8 Seattle 10 Berlin 10.1 Tokyo 10.2 Rio 10.3 Sydney 10.4 Alexandria 11.0/11.1 The TGenFunc class contains functions used by GMLib.

TGenFunc GMLib.Functions.Vcl

The TGenFunc class contains functions used by GMLib.

TGMAfterPageLoaded GMLib.Events

AfterPageLoaded event is fired when the base HTML code es loaded (First param is True) or map is loaded (First param is False).

TGMAPILang GMLib.Sets

By default the API will attempt to load the most appropriate language based on the users location or browser settings.

TGMAPIRegion GMLib.Sets

When you load the Maps JavaScript API from maps.googleapis.com it applies a default bias for application behavior towards the United States.

TGMAPIVer GMLib.Sets

Version of the Google Maps API to use

For more info see Versioning on Google Maps

TGMBoundsChangedEvent GMLib.Events

OnBoundsChanged event is fired when the bounds of map changed.

TGMByciclingLayer GMLib.Layers

Class for google.maps.BicyclingLayer class.

TGMComponent GMLib.Classes

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

TGMControlPosition GMLib.Sets

Identifiers used to specify the placement of controls on the map.

TGMCustomMap GMLib.Map

Base class for google.maps.Map class.

TGMCustomMapOptions GMLib.Map

Base class for google.maps.MapOptions object from Google Maps API.

TGMEventsFired GMLib.Map

Record to identify what object has fired an event into the map.

TGMEventsMapForm GMLib.Map

 

TGMFullScreenControlOptions GMLib.Map

google.maps.FullscreenControlOptions object from Google Maps API.

TGMGestureHandling GMLib.Sets

This setting controls how the API handles gestures on the map.

TGMInterfacedCollection GMLib.Classes

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

TGMInterfacedCollectionItem GMLib.Classes

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

TGMInterfacedOwnedPersistent GMLib.Classes

Base class for all classes that inherit from TPersistent into GMLib and need to be interfaced and to have an Owner.

TGMKmlLayer GMLib.Layers

Class for google.maps.KmlLayer class.

TGMKmlLayerOptions GMLib.Layers

Class for google.maps.KmlLayerOptions object from Google Maps API.

TGMLang GMLib.Sets

CEF4DELPHI installed delphi 6 delphi 7 delphi 2005 delphi 2006 delphi 2007 delphi 2009 delphi 2010 XE XE2 XE3 XE4 XE5 XE6 XE7 XE8 Seattle 10 Berlin 10.1 Tokyo 10.2 Rio 10.3 Sydney 10.4 Alexandria 11.0/11.1 Language in which messages are displayed of the exceptions raised by GMLib.

TGMLatLng GMLib.LatLng

A TGMLatLng is a point in geographical coordinates: latitude and longitude.

TGMLatLngBounds GMLib.LatLngBounds

A TGMLatLngBounds instance represents a rectangle in geographical coordinates, including one that crosses the 180 degrees longitudinal meridian.

TGMLatLngEvent GMLib.Events

TGMLatLngEvent is used for events that return a lat/lng formatted in LatLng and a X and Y.

TGMMap GMLib.Map.Vcl

Base class for google.maps.Map class.

TGMMapChrm GMLib.Map.Vcl

Base class for google.maps.Map class.

TGMMapEdge GMLib.Map.Vcl

Base class for google.maps.Map class.

TGMMapOptions GMLib.Map.Vcl

Base class for google.maps.MapOptions object from Google Maps API.

TGMMapTypeControlOptions GMLib.Map

google.maps.MapTypeControlOptions object from Google Maps API.

TGMMapTypeControlStyle GMLib.Sets

Identifiers for common MapTypeControlStyle.

TGMMapTypeId GMLib.Sets

Identifiers for common MapTypes.

TGMMapTypeIdChangedEvent GMLib.Events

This event is fired when the mapTypeId property changes.

TGMMapTypeIds GMLib.Sets

Set of TGMMapTypeId.

TGMObject GMLib.Classes

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

TGMPersistent GMLib.Classes

Base class for all classes that inherit from TGMInterfacedOwnedPersistent into GMLib and implements IGMAPIUrl interface.

TGMPersistentStr GMLib.Classes

Base class for all classes that inherit from TGMPersistent into GMLib and implements IGMToStr and IGMOwnerLang interfaces.

TGMPropertyChangesEvent GMLib.Events

Event fired when a property from and object changes.

TGMRestriction GMLib.Map

google.maps.MapRestriction inteface from Google Maps API.

TGMRotateControlOptions GMLib.Map

google.maps.RotateControlOptions object from Google Maps API.

TGMScaleControlOptions GMLib.Map

google.maps.ScaleControlOptions object from Google Maps API.

TGMScaleControlStyle GMLib.Sets

Identifiers for scale control ids.

TGMStreetViewControlOptions GMLib.Map

google.maps.StreetViewControlOptions object from Google Maps API.

TGMTrafficLayer GMLib.Layers

Class for google.maps.TrafficLayer class.

TGMTrafficLayerOptions GMLib.Layers

Class for google.maps.TrafficLayerOptions object from Google Maps API.

TGMTransform GMLib.Transform

Contains methods of transformations.

TGMTransform GMLib.Transform.Vcl

Contains methods of transformations.

TGMTransitLayer GMLib.Layers

Class for google.maps.TransitLayer class.

TGMZoomChangedEvent GMLib.Events

This event is fired when the map zoom property changes.

TGMZoomControlOptions GMLib.Map

google.maps.ZoomControlOptions object from Google Maps API.

THTMLForms GMLib.HTMLForms

Class to manage all forms from HTML forms.

TLlbResults GMLib.HTMLForms

Properties for llbResults HTML form.


Generated by PasDoc 0.15.0.