Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleTiledMap
type TProperty = record
Name: string;
Value: string;
AType: string;
The name of the property.
The value of the property.
The type of the property. Can be string (default), int, float, bool, color or file (since 0.16, with color and file added in 0.17).