| 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 |
| EGMIncorrectBrowser | GMLib.Exceptions | Exception raised when the class of assigned |
| EGMJSError | GMLib.Exceptions | Exception raised when a JavaScript error occurs. |
| EGMMapIsActive | GMLib.Exceptions | Exception raised when you try to change a property dependant of |
| 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 | GMLib.Translations |
|
| 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 |
| 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 (
|
| 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 |
| TGMComponent | GMLib.Classes | Base class for all classes that inherit from |
| TGMControlPosition | GMLib.Sets | Identifiers used to specify the placement of controls on the map. |
| TGMCustomMap | GMLib.Map | Base class for |
| TGMCustomMapOptions | GMLib.Map | Base class for |
| TGMEventsFired | GMLib.Map | Record to identify what object has fired an event into the map. |
| TGMEventsMapForm | GMLib.Map |
|
| TGMFullScreenControlOptions | GMLib.Map |
|
| 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 |
| TGMInterfacedCollectionItem | GMLib.Classes | Base class for all classes that inherit from |
| TGMInterfacedOwnedPersistent | GMLib.Classes | Base class for all classes that inherit from |
| TGMKmlLayer | GMLib.Layers | Class for |
| TGMKmlLayerOptions | GMLib.Layers | Class for |
| 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 |
| TGMMapChrm | GMLib.Map.Vcl | Base class for |
| TGMMapEdge | GMLib.Map.Vcl | Base class for |
| TGMMapOptions | GMLib.Map.Vcl | Base class for |
| TGMMapTypeControlOptions | GMLib.Map |
|
| 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 |
| TGMPersistent | GMLib.Classes | Base class for all classes that inherit from |
| TGMPersistentStr | GMLib.Classes | Base class for all classes that inherit from |
| TGMPropertyChangesEvent | GMLib.Events | Event fired when a property from and object changes. |
| TGMRestriction | GMLib.Map |
|
| TGMRotateControlOptions | GMLib.Map |
|
| TGMScaleControlOptions | GMLib.Map |
|
| TGMScaleControlStyle | GMLib.Sets | Identifiers for scale control ids. |
| TGMStreetViewControlOptions | GMLib.Map |
|
| TGMTrafficLayer | GMLib.Layers | Class for |
| TGMTrafficLayerOptions | GMLib.Layers | Class for |
| TGMTransform | GMLib.Transform | Contains methods of transformations. |
| TGMTransform | GMLib.Transform.Vcl | Contains methods of transformations. |
| TGMTransitLayer | GMLib.Layers | Class for |
| TGMZoomChangedEvent | GMLib.Events | This event is fired when the map zoom property changes. |
| TGMZoomControlOptions | GMLib.Map |
|
| THTMLForms | GMLib.HTMLForms | Class to manage all forms from HTML forms. |
| TLlbResults | GMLib.HTMLForms | Properties for |
Generated by PasDoc 0.15.0.