Table of Contents

TTMSFNCMapsBounds Class

Represents editable geographic bounds.

API unit family: TMSFNCMapsCommonTypes Inherits from: TPersistent

Syntax

TTMSFNCMapsBounds = class(TPersistent)

Properties

Name Description
DataBoolean Stores caller-defined Boolean data. True has the caller-defined meaning.
DataInteger Stores caller-defined integer data.
DataObject Stores caller-defined object data.
DataPointer Stores caller-defined pointer data.
DataString Stores caller-defined string data.
NorthEast Specifies the north-east corner of the bounds.
SouthWest Specifies the south-west corner of the bounds.
ToRec Gets or sets the value as a record.

Events

Name Description
OnChange Occurs when the value changes.