Class TMapSign
Unit
Declaration
type TMapSign = class(TInterfacedObject, IMapSign)
Description
Sign EMF entity
Hierarchy
- TInterfacedObject
- TMapSign
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetCoords: ICoords; |
![]() |
procedure _SetCoords(Coords: ICoords); |
![]() |
function _GetStringData: string; |
![]() |
procedure _SetStringData(StringData: string); |
![]() |
function _GetTitleLength: Cardinal; |
![]() |
procedure _SetTitleLength(TitleLength: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TMapSign; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Coords: ICoords read _GetCoords write _SetCoords; |
![]() |
property StringData: string read _GetStringData write _SetStringData; |
![]() |
property TitleLength: Cardinal read _GetTitleLength write _SetTitleLength; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetCoords: ICoords; |
|
This item has no description. | |
![]() |
procedure _SetCoords(Coords: ICoords); |
|
This item has no description. | |
![]() |
function _GetStringData: string; |
|
This item has no description. | |
![]() |
procedure _SetStringData(StringData: string); |
|
This item has no description. | |
![]() |
function _GetTitleLength: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetTitleLength(TitleLength: Cardinal); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TMapSign; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object | |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
|
The size of the data that this object was deserialized from.
| |
![]() |
property Coords: ICoords read _GetCoords write _SetCoords; |
|
This item has no description. | |
![]() |
property StringData: string read _GetStringData write _SetStringData; |
|
| |
![]() |
property TitleLength: Cardinal read _GetTitleLength write _SetTitleLength; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
