Record TRequiredProperty

Hierarchy
Methods
Properties

Unit

Declaration

type TRequiredProperty = record

Description

Value and description of a required property that is used to generate tile URL. Value is the fragment used in URL and Descr is description for humans

Overview

Fields

Public Name: string;
Public Descr: string;
Public Values: array of TPropertyValue;

Description

Fields

Public Name: string;

Property name that is used in URL pattern as {propame}

Public Descr: string;

Description for humans

Public Values: array of TPropertyValue;

All available values of the property


Generated by PasDoc 0.16.0.