
|
Add(IIEDefinedType)
|
Adds the defined type to the hash table using the Name as the hash key
|

|
Assign(TPersistent)
|
Represents method Assign(TPersistent).
|

|
AssignLocal(TPersistent)
|
Copy "local" (owned by the Source)Defined Types to the current hash table
|

|
Clear
|
Overloaded. Clears the table
|

|
Clear(TConstructScope)
|
Overloaded. Clears the table of imported or local deftypes
|

|
DefineProperties(TFiler)
|
Represents method DefineProperties(TFiler).
|

|
DoAdd(Integer,Integer,TIStringHashtableKey,TIEDefinedTypesValue)
|
Represents method DoAdd(Integer,Integer,TIStringHashtableKey,TIEDefinedTypesValue).
|

|
DoSetValue(Integer,TIEDefinedTypesValue)
|
Represents method DoSetValue(Integer,TIEDefinedTypesValue).
|

|
FindUnsharedType(IFactTemplate)
|
Find out if FactTemplate contains any types not shared by module
|

|
GenerateToString(Boolean)
|
Represents method GenerateToString(Boolean).
|

|
LoadDefTypesProperty(TReader)
|
Represents method LoadDefTypesProperty(TReader).
|

|
LocalsToString
|
Returns a parsable, string representation of all the defined types local to the Module in the table. Each defined type representation is separated by a carraige return and line feed
|

|
Remove(String)
|
Removes the value at the specified hash key and returns it. If there was no value at the key, the function returns nil
|

|
Replace(IIEDefinedType,IIEDefinedType)
|
Replaces the OldType defined type with the NewType
|

|
StoreDefTypesProperty(TWriter)
|
Represents method StoreDefTypesProperty(TWriter).
|

|
ToString
|
Returns a parsable, string representation of all the defined types in the table. Each defined type representation is separated by a carraige return and line feed
|