Record TProperty

Hierarchy
Methods
Properties

Unit

Declaration

type TProperty = record

Description

 

Overview

Fields

Name: string;
Value: string;
AType: string;

Description

Fields

Name: string;

The name of the property.

Value: string;

The value of the property.

AType: string;

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).


Generated by PasDoc 0.15.0.