| cadetill's blog | Copyright © Xavier Martínez (cadetill) |
Class TGMTransform
Unit
Declaration
type TGMTransform = class(TObject)
Description
Contains methods of transformations.
Hierarchy
- TObject
- TGMTransform
Overview
Methods
![]() |
class function APILangToStr(Value: TGMAPILang): string; |
![]() |
class function APIRegionToStr(Value: TGMAPIRegion): string; |
![]() |
class function APIVerToStr(Value: TGMAPIVer): string; |
![]() |
class function GestureHandlingToStr(Value: TGMGestureHandling): string; |
![]() |
class function GetStrToDouble(Value: string): Double; |
![]() |
class function GetStrToInteger(Value: string; Default: Integer = 0): Integer; |
![]() |
class function GMBoolToStr(Value: Boolean; UseBoolStrs: Boolean = False): string; |
![]() |
class function MapTypeControlStyleToStr(Value: TGMMapTypeControlStyle): string; |
![]() |
class function MapTypeIdsToStr(Values: TGMMapTypeIds; Delimiter: Char = ';'): string; |
![]() |
class function MapTypeIdToStr(Value: TGMMapTypeId): string; |
![]() |
class function PositionToStr(Value: TGMControlPosition): string; |
![]() |
class function ScaleControlStyleToStr(Value: TGMScaleControlStyle): string; |
![]() |
class function StrToAPILang(Value: string): TGMAPILang; |
![]() |
class function StrToAPIRegion(Value: string): TGMAPIRegion; |
![]() |
class function StrToAPIVer(Value: string): TGMAPIVer; |
![]() |
class function StrToGestureHandling(Value: string): TGMGestureHandling; |
![]() |
class function StrToLang(Value: string): TGMLang; |
![]() |
class function StrToMapTypeControlStyle(Value: string): TGMMapTypeControlStyle; |
![]() |
class function StrToMapTypeId(Value: string): TGMMapTypeId; |
![]() |
class function StrToPosition(Value: string): TGMControlPosition; |
![]() |
class function StrToScaleControlStyle(Value: string): TGMScaleControlStyle; |
Description
Methods
![]() |
class function APILangToStr(Value: TGMAPILang): string; |
|
Returns a string that represents the
Parameters
Returnsstring with the | |
![]() |
class function APIRegionToStr(Value: TGMAPIRegion): string; |
|
Returns a string that represents the
Parameters
Returnsstring with the | |
![]() |
class function APIVerToStr(Value: TGMAPIVer): string; |
|
Returns a string that represents the
Parameters
Returnsstring with the | |
![]() |
class function GestureHandlingToStr(Value: TGMGestureHandling): string; |
|
Returns a string that represents the GestureHandling.
Parameters
Returnsstring with the GestureHandling value. | |
![]() |
class function MapTypeControlStyleToStr(Value: TGMMapTypeControlStyle): string; |
|
Returns a string that represents the MapTypeControlStyle.
Parameters
Returnsstring with the MapTypeControlStyle value. | |
![]() |
class function MapTypeIdsToStr(Values: TGMMapTypeIds; Delimiter: Char = ';'): string; |
|
Returns a string with the MapTypeId included into Values and separated by Delimiter.
Parameters
Returnsstring with the MapTypeIds value. | |
![]() |
class function MapTypeIdToStr(Value: TGMMapTypeId): string; |
|
Returns a string that represents the MapTypeId.
Parameters
Returnsstring with the MapTypeId value. | |
![]() |
class function PositionToStr(Value: TGMControlPosition): string; |
|
Returns a string that represents the Position.
Parameters
Returnsstring with the Position value. | |
![]() |
class function ScaleControlStyleToStr(Value: TGMScaleControlStyle): string; |
|
Returns a string that represents the ScaleControlStyle.
Parameters
Returnsstring with the ScaleControlStyle. | |
![]() |
class function StrToAPILang(Value: string): TGMAPILang; |
|
Returns the TGMAPILang represented by the string Value.
Parameters
ReturnsTGMAPILang that represents the string. | |
![]() |
class function StrToAPIRegion(Value: string): TGMAPIRegion; |
|
Returns the TGMAPIRegion represented by the string Value.
Parameters
ReturnsTGMAPIRegion that represents the string. | |
![]() |
class function StrToAPIVer(Value: string): TGMAPIVer; |
|
Returns the TGMAPIVer represented by the string Value.
Parameters
ReturnsTGMAPIVer that represents the string. | |
![]() |
class function StrToGestureHandling(Value: string): TGMGestureHandling; |
|
Returns the TGMGestureHandling represented by the string Value.
Parameters
ReturnsTGMGestureHandling that represents the string. | |
![]() |
class function StrToLang(Value: string): TGMLang; |
|
Returns the TGMLang represented by the string Value.
Parameters
ReturnsTGMLang that represents the string. | |
![]() |
class function StrToMapTypeControlStyle(Value: string): TGMMapTypeControlStyle; |
|
Returns the TGMMapTypeControlStyle represented by the string Value.
Parameters
ReturnsTGMMapTypeControlStyle that represents the string. | |
![]() |
class function StrToMapTypeId(Value: string): TGMMapTypeId; |
|
Returns the TGMMapTypeId represented by the string Value.
Parameters
ReturnsTGMMapTypeId that represents the string. | |
![]() |
class function StrToPosition(Value: string): TGMControlPosition; |
|
Returns the TGMControlPosition represented by the string Value.
Parameters
ReturnsTGMControlPosition that represents the string. | |
![]() |
class function StrToScaleControlStyle(Value: string): TGMScaleControlStyle; |
|
Returns the TGMScaleControlStyle represented by the string Value.
Parameters
ReturnsTGMScaleControlStyle that represents the string. | |
Generated by PasDoc 0.15.0.
