Class TObjectProperty

DescriptionHierarchyFieldsMethodsProperties

Unit

ObjectDefinition

Declaration

type TObjectProperty = class(TObject)

Description

Class that stores all properties of an object during the parsing of definition files.

Hierarchy

TObjectProperty > TObject

Methods

Overview

Public constructor Create;
Public destructor Destroy; override;
Public procedure AddValue(const Value: PTokenRec);
Public procedure Assign(ObjProp: TObjectProperty);
Public function AsStrings: TStringList;

Description

Public constructor Create;
 
Public destructor Destroy; override;
 
Public procedure AddValue(const Value: PTokenRec);
 
Public procedure Assign(ObjProp: TObjectProperty);
 
Public function AsStrings: TStringList;
 

Properties

Overview

Public property Name: string;
Public property NumberOfValues: Integer;
Public property Values[i: Integer]: PTokenRec;

Description

Public property Name: string;
 
Public property NumberOfValues: Integer;
 
Public property Values[i: Integer]: PTokenRec;
 
Generated by PasDoc 0.8.8.3 on 2005-05-28 08:13:49