| cadetill's blog | Copyright © Xavier Martínez (cadetill) |
Class TGMComponent
Unit
Declaration
type TGMComponent = class(TComponent, IGMAPIUrl, IGMToStr)
Description
Base class for all classes that inherit from TComponent into GMLib.
Implements IGMAPIUrl interface.
Hierarchy
- TObject
- TPersistent
- TComponent
- TGMComponent
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
function PropToString: string; virtual; |
![]() |
procedure Assign(Source: TPersistent); override; |
Properties
![]() |
property AboutGMLib: string read GetAboutGMLib stored False; |
![]() |
property APIUrl: string read GetAPIUrl; |
![]() |
property Language: TGMLang read FLanguage write FLanguage default lnEnglish; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
|
Class constructor.
Parameters
| |
![]() |
function PropToString: string; virtual; |
|
Converts all class properties values to a string separated by comma used to send values to a JavaScript function. Returnsstring with all properties. | |
Properties
![]() |
property AboutGMLib: string read GetAboutGMLib stored False; |
|
This property shows an "About" form with GMLib info. | |
![]() |
property APIUrl: string read GetAPIUrl; |
|
URL to Google Maps API page. | |
![]() |
property Language: TGMLang read FLanguage write FLanguage default lnEnglish; |
|
Language property specifies the language in which messages are displayed the exceptions raised by GMLib.
| |
Generated by PasDoc 0.15.0.

