Unit ObjectDefinition

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Unit defining classes that stores information during the parsing of definition files (TObjectDefinition, TObjectProperty, and TObjectPropertyList).

uses

Classes, Interfaces, Objects and Records

NameDescription
Class TObjectProperty Class that stores all properties of an object during the parsing of definition files.
Class TObjectPropertyList Container class for TObjectPropertys.
Class TObjectDefinition Class for storing information gathered during the parsing of definition files to allow for easy access to each parsed object.

Types

NameDescription
TPropertyValueArray = array of PTokenRec;

Array of PTokenRecs.

TObjectPropertyArray = array of TObjectProperty;

Array of TObjectPropertys.

TObjectDefinitionArray = array of TObjectDefinition;

Array of TObjectDefinitions.

Constants

NameDescription
FILE_DEF_STRING = 'DefinitionFile';

Identifier used in definition files for redirecting the parser to a different file. This is useful for dividing large definition files into smaller parts.


Generated by PasDoc 0.8.8.3 on 2005-05-28 08:13:49